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

/*SPLASH PAGE*/

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	padding:0px;
	margin:0px;
}

#top a {
	color:#000;
	font-size:12px;
	text-decoration:none;
}

#top a:hover {
	color:#CCC;
}

#top {
	position:absolute;
	width:780px;
	margin-left:-390px;
	left:50%;
	top:10px;
}

.icon {
	float:right;
	padding-left:10px;
}

#logo {
	position:absolute;
	margin-left:-392px;
	left:50%;
	top:8px;
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}

p {
	font-size:12px;
	color:#FFF;
	text-align:center;
	width:337px;
	padding-left:15px;
	padding-right:15px;
	margin-top:80px;
}

p a{
	color:#CCC;
	text-decoration:none;
}

p a:hover {
	color:#FFF;
}

#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}
/*NAVIGATION*/
nav {
	width:100%;
	background:#000;
	height:55px;
	position:absolute;
	top:40px;
}
/*END NAVIGATION*/
/*CONTAINER*/
#container {
	position:absolute;
	width:780px;
	margin-left:-390px;
	left:50%;
	height:500px;
	top:95px;
}
/*END CONTAINER*/
/*LEFT*/
#left {
	height:500px;
	width:367px;
	float:left;
	background:#000 url(images/bg_black2.jpg);
}
/*END LEFT*/
/*RIGHT*/
#right {
	height:500px;
	width:367px;
	float:right;
	background:#000 url(images/rightbg.jpg);
}
/*END RIGHT*/
/*BOTTOM*/
#bottom {
	width:100%;
	background:#000;
	height:110px;
	position:absolute;
	top:485px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
/*END BOTTOM*/
/*END SPLASH PAGE*/