body {
	background-color: #CAD3D9;
	color: #fff;
	margin: 0 auto;
	width: 100%;
}

h1, h2, h3, h4 { display:none; }

img { border: 0; }

a:link, a:visited, a:active {
	color: #9B6BB9;
	text-decoration:underline;
}

a:hover {
	color: #9B6BB9;
	text-decoration:underline;
}

#wrapper {
	position:relative;
	margin:10px auto;
	padding: 0;
}

/* commented backslash hack  - invisible to IE 5 \*/

#wrapper {
	width: 758px;
	position:absolute;
	margin:-270px 0 0 -379px;
	left:50%;
	top:50%;
	text-align:left;
}

/* end hack */