/* CSS Document */

body {
	margin:0px;
	}

#container {
	width:			800px;
	height:			auto;
	margin-top:		0px;
	margin-left:	auto;
	margin-right:	auto;
	background-repeat:no-repeat;
	background-position:top;
	}
	
#header {
	width:auto;
	height:50px;
	padding-top:30px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-align:center;
		color:#01505d;
		font-weight:bold;
	}
	
#link {
	width:auto;
	height:auto;
		text-align:center;
	}
