@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;

	font-size: 11px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #333333 url(../images/selfman/body_bg.jpg) repeat-x;
}	
	

/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -255px; /* make this half your image/element height */
	margin-left: -450px; /* make this half your image/element width */
	border: 1px solid #CCC;
}


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

div.clear {
	clear: both;
}