* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana;
	font-size: 9pt;
}

body {
/*	color: #001c98;
	background-color: #ddd;*/
}



#wrapper {
	/*background-color: red;*/
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;	
}

#logo, #content, #footer {
	color: #333;
	padding: 15px;
}

#logo {
	/*background-color: blue;*/
	margin-top: 20px;
	height: 100px;
	background-image: url('../pic/logo.png');
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	/*background-color: green;*/
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	min-height: 400px;
}

#footer {
	/*background-color: grey;*/
	color: #aaa;

}

