@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	background-color:#000;
}

h1{font-family:Arial; font-size:20vpx; color:#900;}
h2{font-family:Arial; font-size:14px; color:#333333}
p{font-family:Arial; font-size:14px; color:#FFF;}
.link{color:#FFF; text-decoration:underline;}
a:link{color:#FFF; text-decoration:underline;}
a:visited:{color:#FFF; text-decoration:line-through;}
a:hover{color:#900; text-decoration:underline;}
a:active:{color:#999; text-decoration:underline;}

#page{
width:100%;
height:100%;
padding-top:25px;
}

#contain{
position:relative;
margin-top:25px;
width:935px;
text-align:left;
background-color:#000;
border:6px Solid White;
}

#footercontain{
position:relative;
width:935px;
height:40px;
}

#footer{
float:right;
position:relative;
padding-right:10px;
width:430px;
text-align:right;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}

#fb{
	width:350x;
	position:relative;
	text-align:left;
	float:left;
}

