/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
#borderleft {
position:absolute;
left:-4px;
top:-4px;
}
#borderright {
position:absolute;
right:-4px;
top:-4px;
}
#border_corner {
position:absolute;
left:0px;
top:-4px;
}
#nav {
position:absolute;
top:-4px;
right:0px;
}
#nav img{
padding:0px;
margin:0px;
}
#logo {
position:absolute;
top:-37px;
left:28px;
width:181px;
height:90px;
}
#logoover {
position:absolute;
top:-37px;
left:28px;
width:181px;
height:90px;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
zoom:1;
}
#holder {
width:960px;
margin-top:60px;
position:relative;
background-color:black;
text-align:center;
}
#content {
margin:0 auto;
text-align:center;
}
#footer {
position:absolute;
bottom:-51px;
left:0px;
width:960;
}
#footerinfo {
width:410px; 
margin-top:11px; 
margin-left:auto;
margin-right:auto;
}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:white;
font-size:11px;
}


