body{
	margin:0px;
	background-color:#FFF;
	background-image:url(images/bg1.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	color:#666;
}
a:link{
	color:#88a4c2;
	text-decoration:none;
}
a:hover{	
	color:#C0D7EF;
	text-decoration:none;
}
a:active{
	color:#a4c4e7;
	text-decoration:none;
}
a:visited{
	color:#88a4c2;
	text-decoration:none;
}
#container{
	width:100%;
}
#bg2{
	width:1008px;
	height:973px;
	background-image:url(images/bg2.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#header{
	width:100%;
	height:191px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/menubg.png);
	background-repeat:no-repeat;
	z-index:1;
}
#logos{
	background-image:url(images/logos.png);
	background-repeat:no-repeat;
	width:460px;
	height:178px;
	position:relative;
	top:0px;
	left:40px;
	z-index:2;
}
#menu{
	position:absolute;
	top:125px;
	left:93px;
	width:811px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-shadow:#000 2px 2px 2px;
	z-index: 10;
}
#facebook{
	width:378px;
	height:64px;
	position:absolute;
	left:550px;
	top:23px;
	z-index:2;
	text-align: right;
}
#maincontent{
	width:960px;
	position:absolute;
	top:208px;
	left:27px;
	z-index:3;
}
#maincontent_introduction{
	width:634px;
	height:307px;
	background-image:url(images/intro_bg.png);
	background-repeat:no-repeat;
	z-index:3;
}
#maincontent_introduction_inside{
	width:95%;
	position:relative;
	top:7px;
	left:7px;
	height: 90%;
}
#footer{
	z-index: 3;
	background-image:url(images/footergradient.png);
	background-repeat:repeat-x;
	background-color:#505050;
	width:100%;
	position:absolute;
	top:965px;
}
#engine{
	background-image:url(images/engine.png);
	background-repeat:no-repeat;
	width:495px;
	height:429px;
	position:absolute;
	top:685px;
	left:531px;
	z-index:4;
}
.newsflash{
	color:#000;
}
