html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 }
 
 
/*
***********************************************************

GLOBAL

***********************************************************
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment:fixed;
}

/* links */

a:link, a:visited {
	color: #232019;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/*
***********************************************************

LAYOUT

***********************************************************
*/

#wrapper {
	width:799px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align: center;
}




#main {
	width:787px;
	height: 800px;
	margin: 50px 0 2px 0;
	padding: 6px;
	text-align: center;
}



img {
	border:0;
}
