html {
	height:100%;
}

body {
	background-image: url(../images/grad.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;	
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	margin:1px 0 0 0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:300px;
	text-align: left;
}

a:LINK,
a:VISITED,
a:ACTIVE {
	font-size:11px;
	font-family:arial,sans-serif;
	text-decoration: none;
	color:#333333;
}
a:HOVER {
	font-size:11px;
	font-family:arial,sans-serif;
	text-decoration: none;
	color:#666666;
}