@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
	background-color: #ffffff;
	scrollbar-face-color: #ffffff; 
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #666666; 
	scrollbar-3dlight-color: #666666;
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #666666;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

.fclear {
	clear: both;
}

body {   
    text-align: center;   
}   
#wrapper {   
	position:absolute;
	top:50%;
	left:50%;
	width:512px;
	height:512px;
	margin:-256px 0px 0px -256px;
	padding:0px;
	background-color: #ffffff;
	color:black;
	text-align:center;
	border: 1px solid #666666;
	background-image: url(../images/txt_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrapper:hover {
	background-image: url(../images/freeman.png);
}