/* CSS Document */

html body {
	background-color:#CFCCBD;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	
}
#page {
	width: 770px;
	height: 400px;
	margin:auto;
	padding:50px 5px 5px 5px;
	}
#content {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 140px 0px 0px 0px;
	text-align:center;

	height:100%;
	width:100%;
	
	}
p {
	font-size:90%;}
a { text-decoration:none;
	color:#009999;}
a:hover {
	text-decoration:underline;
	color:#000000;}
