@charset "utf-8";
/* Stage Select
CSS by Michelle Rochon © 2012
--------------------------------------------------------- */

body {
	font-family: 'Quicksand', sans-serif;
	background-image: url(../img/neb.png), url(../img/back.png);
    background-repeat: repeat-x, repeat-x;
	background-position: center top, center top;
	background-color: #021e2e;
	margin: 0; 
	padding: 0;
	overflow: hidden;

}

a{  
	cursor: pointer;  
	text-decoration:none;  
} 

a img {
	border: none;
}

#mainContent {
	position: relative;
	margin: 0 auto;
	width: 1002px; 
	height:600px; 
}

/* BACKGROUND IMAGES 
--------------------------------------------------------- */

#sun {
	position: relative;
	width: 620px;
	height: 426px;
	float: right;
	left: 233px;
	background: url(../img/sun.png) no-repeat;
	z-index: -1;
}

#galaxy {
	position: relative;
	width: 459px;
	height: 383px;
	float: left;
	margin: 350px 0 0 -174px;
	background: url(../img/galaxy.png) no-repeat;
	z-index: -1;
}

/* HEADER
--------------------------------------------------------- */
header {
	position: absolute;
	width:1002px;
}

#titleImg {
	position: relative;
	width: 546px;
	height: 113px;
	float:left;
	top: 17px;
	left: 37px;
	margin: 0; padding: 0;
}

.language {
	position: relative;
	float: right;
	right: 37px;
	z-index:2000;
	cursor:pointer;
}

/* BUTTONS POSITIONS 
--------------------------------------------------------- */
#but_per_main {
	position: absolute;
	width: 145px;
	height: 145px;
	top: 197px;
	left: 255px;
}

#but_per_sub {
	position: absolute;
	width: 139px;
	height: 193px;
	top: 176px;
	left: 289px;
}

#but_per_title {
	position: absolute;
	width: 129px;
	height: 119px;
	top: 147px;
	left: 179px;
}

#but_pix_main {
	position: absolute;
	width: 150px;
	height: 151px;
	top: 207px;
	left: 630px;
}

#but_pix_sub {
	position: absolute;
	width: 34px;
	height: 40px;
	top: 183px;
	left: 611px;
}

#but_pix_title {
	position: absolute;
	width: 83px;
	height: 78px;
	top: 166px;
	left: 730px;
}

#but_pro_main {
	position: absolute;
	width: 135px;
	height: 118px;
	top: 430px;
	left: 140px;
}

#but_pro_sub {
	position: absolute;
	width: 52px;
	height: 36px;
	top: 380px;
	left: 179px;
}

#but_pro_title {
	position: absolute;
	width: 107px;
	height: 104px;
	top: 394px;
	left: 59px;
}

#but_blog_main {
	position: absolute;
	width: 117px;
	height: 173px;
	top: 384px;
	left: 448px;
}

#but_blog_title {
	position: absolute;
	width: 94px;
	height: 97px;
	top: 358px;
	left: 548px;
}

#but_about_main {
	position: absolute;
	width: 138px;
	height: 138px;
	top: 421px;
	left: 807px;

}

/* Footer 
--------------------------------------------------------- */

footer p{
	color: #2a4777;
	font-family: Arial, sans-serif;
	font-size: 10px;
	float: right;
	clear: right;
	margin: 149px 25px 0;
}