html {
	height : 100%;
}
body {
	font-size : 11px;
	height : 100%;
	background-color : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#page {
	position : absolute;
	left : 50%;
	margin : 0 0 0 -405px;
	width : 810px;
	height : auto;
}
img {
	border: 0;
}
a {
	text-decoration:none;
	color:#FF3300;
}
a:hover {
	text-decoration: underline;
}

