@charset "UTF-8";

body {
	background-image: url(page-background.gif);
	background-repeat: repeat;
	font-family: Trebuchet, Arial, Helvetica,;
	font-size: 14px;	
	line-height: 18px
	}
	
p {
	margin:0;
	}
a:link { color:black; text-decoration:none; }
a:visited {  color:black; text-decoration:none; }
a:hover { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }

	
.main {
	background-image: url(background.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 309px;
	width: 460px;
	margin-top: 100px;
	padding-top: 150px;
	margin-left: auto ;
    margin-right: auto ;
	float: none;
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 14px;	
	line-height: 18px	
}	
	