html{
    height: 100%;
}	


body {
	background-position:center top;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:10px;
	color:#333333;
}

#under{
	position:absolute;
	width:100%;
	text-align:center;
	margin:10px 0 0 0;

}

img {
    border:none;
}



a,a:link.subwin ,
a:active.subwin ,
a:visited.subwin  {
	color:#333333;
	text-decoration:underline;
}

a:hover.subwin {
    background-color:#333333;
    color:#FFFFFF;
	text-decoration: none;
}
