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

body {
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
 	background-color:#000;
    background-image:url(images/background_stripes.gif);
    background-repeat:repeat;
	margin:0px;
}

a {
	color:#ccc;
 text-decoration:none;
}
a:hover {
	color:#FFF;
 text-decoration:none;
}
    
#spacer{
 width:986px;
 height:139px;
 margin:0px;
}

#overlay{
 position:absolute;
 top:0px;
}
#logo{
 position:absolute;
 right:120px;
 top:0px;
}
#footer{
 font-family:Verdana, Geneva, sans-serif;
 font-size:11px;
 color:#cccccc;
 position:absolute;
 right:50px;
 bottom:15px;
}

#container{
 width:1080px;
 height:950px;
 margin:0px auto;
 position:relative;
}

#main{
 width:1080px;
 height:950px;
 margin:0px auto;
}