/* CSS Document */

html, html body {height:100%;}
body  { 
	font-family: 'trebuchet MS', Arial, Helvetica, sans-serif; 
	background: #cccccc url(../images/bg2.gif) repeat center;
	background-position:top; 
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	height:100%;
	color:#FFFFFF;
	font-size:10px;
	}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
