/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height: 400px;
	min-width: 900px;
	position:relative;
}
body {
	background:#b2b3b5;
}
#site {
	text-align:center;
	width: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -200px;
}

#site img {
	width: 900px;
}

a img {border:none;}
* {outline:none;}
