/*****************************************************************************
* Copyright © 2010 Gameloft Romania.
*
* Backgrounds style
* v1.0
*
* Description:
* Background images used on the entire site.
*
* Author: Bogdan Amartisoaie <bogdan.amartisoaie@gameloft.com>
* Last modifications: Friday, February 26, 2010
*
* History:
* 1.0 - creation of the file
*****************************************************************************/

.background_altair {
	position: absolute;
	margin: 0px;
	
	height: 100%;
	width: 100%;
	
	background: #313131 url('../images/backgrounds/altair.jpg') no-repeat fixed;
	background-position: center top;
	
	z-index: 1;
}

.background_asphalt {
	position: absolute;
	margin: 0px;
	
	height: 100%;
	width: 100%;
	
	background: #313131 url('../images/backgrounds/asphalt.jpg') no-repeat fixed;
	background-position: center top;
	
	z-index: 1;
}

.background_bia {
	position: absolute;
	margin: 0px;
	
	height: 100%;
	width: 100%;
	
	background: #313131 url('../images/backgrounds/bia.jpg') no-repeat fixed;
	background-position: center top;
	
	z-index: 1;
}

.background_nova {
	position: absolute;
	margin: 0px;
	
	height: 100%;
	width: 100%;
	
	background: #313131 url('../images/backgrounds/nova.jpg') no-repeat fixed;
	background-position: center top;
	
	z-index: 1;
}

.background_terminator {
	position: absolute;
	margin: 0px;
	
	height: 100%;
	width: 100%;
	
	background: #313131 url('../images/backgrounds/terminator.jpg') no-repeat fixed;
	background-position: center top;
	
	z-index: 1;
}

.background_wwg {
	position: absolute;
	margin: 0px;
	
	height: 100%;
	width: 100%;
	
	background: #313131 url('../images/backgrounds/wwg.jpg') no-repeat fixed;
	background-position: center top;
	
	z-index: 1;
}

/* Background box div classes */

.background_box{
	position: fixed;
	right: 0;
	
	left: 50%;
	margin-left: -640px;
	
	width: -800px;
	height: 1194px;
	
	background-position: center top;
	
	z-index: -5;
}

.background_box_altair{
	background: #313131 url('../images/backgrounds/altair.jpg') no-repeat;
}

.background_box_asphalt{
	background: #313131 url('../images/backgrounds/asphalt.jpg') no-repeat;
}

.background_box_bia{
	background: #313131 url('../images/backgrounds/bia.jpg') no-repeat;
}

.background_box_nova{
	background: #313131 url('../images/backgrounds/nova.jpg') no-repeat;
}

.background_box_terminator{
	background: #313131 url('../images/backgrounds/terminator.jpg') no-repeat;
}

.background_box_wwg{
	background: #313131 url('../images/backgrounds/wwg.jpg') no-repeat;
}