@charset "UTF-8";
/* CSS Document */






body{
margin:0;
padding:0;
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
background-image:url(../tileme.jpg);

}

#wrapper{
width:650px;
height:auto;
min-height:100%;
max-height:5000px;
margin-top:0px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
background-color:#FFFFFF;
}


.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#clear{
clear:both;
}