body{color: #fff;
    background: #555;
	 	margin: 0;
    }
<style>
    .menu {
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #313031;
    padding: 15px;
    }
.menu:hover {
    background-color: #c6b4d7;
    }

html>body { font-size: 16px; font-family: Arial;}
.block { display: block; }
.icon { vertical-align: middle; }
.clear { clear: both; }
.left { display: inline; float: left; }
.right { display: inline; float: right; }
a { text-decoration: none; }

#cage { margin: 0 auto; text-align: left; width: 1000px; }
#logo { float: left; }
    
.menuitem {
    width: 100px; 
}

body { background: #000 url("/img/wsr-top2.jpg") no-repeat center top; 	text-align: center; margin: 0px;}

#main ul { 
	display: inline;
	float: left;
	width: 140px;
}
#main p a { color: #039; text-decoration: none; }
#main p a:hover, #main h3 a:hover { color: #700; }

#main .left { width: 200px; }
#main .left h3, #main .left p { margin-right: 10px; }

#main .right { width: 600px; }
#main { display: inline;	float: left; margin-left: 44px; width: 900px;
}

#main .block { margin-bottom: -0.6em; }
#main p, #register p { font-size: 1.2em; line-height: 1.8; margin: 0.6em 0 1.2em 0; }
#main h3, #main p span { color: #039; font: 2em Georgia, serif; }

#cage .clearit { clear: both; height: 30px; }

#register { display: inline; float: right; margin-right: 5px; width: 245px; }

#register label { color: #663; display: block; font-size: 1.2em; margin-top: 0.6em; }
.input, .textarea, .select { 
	background: #775;
	color: #000;
	font-family: inherit;
	font-size: 1.2em;
	border-top: 2px solid #330;
	border-left: 2px solid #330;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
.input, .textarea { width: 90%; }
.textarea { height: 80px; }
.select { margin-top: 0.6em; width: 91%; }
.submit { margin-top: 1.6em; }
.small { width: 101px; }
#main .register { width: 300px; }


}

