html {
	height: 100%;
	text-align: center;
}

body {
	margin: 20px 0px;
	padding: 0px;
	background: #000000;
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a:visited		{ color: #b2cbff; text-decoration: underline; }
a:active		{ color: #b2cbff; text-decoration: underline; }
a:link 			{ color: #b2cbff; text-decoration: underline; }
a:hover			{ color: #dae6ff; text-decoration: underline; }

img {
	border: 10px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#body {
	width: 520px;
	height: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
}

.clearDiv{
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	clear: both;
}
