* {
	margin:0; padding:0;
}
a:link{ text-decoration:underline; color:#333333; }
a:visited{ text-decoration:none; color:#333333; }
a:hover{ text-decoration:none;color:#ffffff; }
a:active{ text-decoration:none; color:#ffffff; }
body {
	background-color:#ffffff;
	background-image:url(sbg.png);
	background-repeat:no-repeat;
	background-position:center center;
	color:#000000;
	text-align:center;
	text-decoraton:none;
	font-family:Arial, Helvetica, sans-serif;

}
div#outbody {
	width:1000px; height:600px;
	margin:0 auto;
	color:#ffffff;
	text-align:left;

}

div.menu {
	width:400px; height:400px;
	background-color:#;
	color:#ffffff;
	margin-top:100px;
	margin-left:600px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	font-size:70%; text-align:left;
	float:right;
}
div.log {
	font-weight:bold;
}
