BODY, P, TD, TH, INPUT, SELECT, FORM {
	font-family: verdana, georgia, georgia ref, helvetica, arial, times new roman;
	text-align: center;
 	margin: 0;
 	background: #939393;
	font-weight: normal;  }

#container {
	margin: 0 auto;
	width: 750px;
	position: relative;
	}
	
#one {
left: 0px;
width: 150px;
position: absolute;
top: 10px;
}

	
#two {
left: 150px;
width: 600px;
position: absolute;
top: 18px;
}

a:link {
	color: #cdcdcd;
	text-decoration: none }
	
a:visited {
	color: #4d97ba;
	text-decoration: none }
	
a:hover {
	color: #f0f0f0;
	text-decoration: underline }


