@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

@font-face {
    font-family: 'AveriaSansRegular';
    src: url('../fonts/averiasans-regular-webfont.eot');
    src: url('../fonts/averiasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/averiasans-regular-webfont.woff') format('woff'),
         url('../fonts/averiasans-regular-webfont.ttf') format('truetype'),
         url('../fonts/averiasans-regular-webfont.svg#AveriaSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	background:#c8e2ea;
}

#bgtop, #bgbottom{
	width:100%;
	position:absolute;
	left:0;
}

#bgtop{
	background:#004054 ;
	height:20%;
	top:0;
}

#bgbottom{
	background:#c8e2ea url(../images/cloudBG.gif) repeat-x;
	height:80%;
	top:20%;
}

#header{
	width:100%;
	height:88px;
	color:#fbde0b;
	text-align:center;
	font-size:25px;
	font-family:AveriaSansRegular, Arial, Helvetica, sans-serif;
	background:url(../images/headerBG.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#content{
	width:820px;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-410px;
}

#contentBG{
	background:black;
	width:100%;
	height:760px;
	opacity:0.3;
	filter:alpha(opacity=30);
	zoom:1;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
#bassevil, #webevil, #bassevil a, #webevil a{
	width:301px;
	height:353px;
}
#bassevil, #webevil{
	position:absolute;
	top:180px;
}

#bassevil a, #webevil a{
	display:block;
	text-decoration:none;
	color:black;
}

#bassevil a p, #webevil a p{
	font-family:AveriaSansRegular, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:20px;
	width:100%;
	position:absolute;
	left:0;
	top:380px;
}

#bassevil{
	background:url(../images/bassevil.gif) no-repeat;
	left:460px;   
}

#webevil{
	background:url(../images/webevil.gif) no-repeat;
	left:60px; 
}

#footer{
	width:100%;
	height:118px;
	position:absolute;
	top:620px;
	left:0px;
	background:url(../images/footerBG.png);
}

#footer p, #footer a{
	font-size:11px;
	color:white;
	text-decoration:none;
	text-align:center;
	margin-top:80px;
}

#thunder{
	background:url(../images/thunder.gif);
	width:165px;
	height:269px;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-82px;
}

#twitter{
	position:absolute;
	top:30px;
	right:60px;
}