html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y:scroll; 	
}

body {
	background-color:#404040;
	margin:0;
	padding:0;	
}

img {  
	border-style:none;
}

p.logo {
	text-align:center;
	
	margin-top:0px;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	border:none;
	padding:0;
}

p.line {
	text-align:center;

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border:none;
	padding:0px;
}

#maindiv {
	margin:auto;
	position:absolute;
	background-color:#404040;
	width:350px;
	padding:0px;
	height:300px;
	
	left:50%;
	margin-left:-175px;
	top:50%;
	margin-top:-150px;
	
	border:none;
}

p.ytext {
	text-align:center;

	color:#FBED1F;
	font-style:italic;
	
	margin-top:30px;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	
	font-size:17px;
}

/* FOOTER */

a:link {color:#E5E5E5;text-decoration:none;font-family:Georgia;}
a:visited {color:#E5E5E5;text-decoration:none;font-family:Georgia;}
a:hover {color:#FBED1F;text-decoration:none;font-family:Georgia;}
a:active {color:#FBED1F;text-decoration:none;font-family:Georgia;}

.footlinks {
	margin-top:4px;
	margin-bottom:0px;
	border:none;
	
	text-align:center;
	
	font-family:Georgia;
	font-size:11px;
}
