* {
	margin:0; padding:0;
}

html {
	height:100%;
}

body { 
	height:100%; 
	background:#1F1F1F; 
	color:#ffffff;
	font-family: "lucida grande", tahoma, arial, helvetica, tahoma, sans-serif;
	font-size: 11px;
}

.site_center {
	width:100%; text-align:center;
}

.site_center1 {
	width:780px; 
	margin:0 auto; 
	text-align:left;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

