/* -- Body Styles -------------------------------------------------- */

*, body, div, table, img, form {
	padding: 0px;
	margin: 0px;
}

body {
	font: 12px Georgia, serif;
	color: #666;
	
	background:
		url('body-bg_repeat.jpg')
		repeat-x;
}

.main {
	width: 750px;
	margin: 150px auto 100px;
	
	text-align: center;
}

.copyright {
	width: 200px;
	margin: 75px auto;
	
	font: 11px Times New Roman, serif;
	color: #999;
}


/* -- Text Styles -------------------------------------------------- */

h1 {
	width: 100%;
	margin: 10px 0px 5px;
	
	font: 25px Georgia, serif;
	font-weight: normal;
	color: #333;
	text-align: center;
}

h2 {
	width: 100%;
	margin: 25px 0px 5px;
	
	font: 13px Georgia, serif;
	font-weight: normal;
	color: #333;
	text-align: center;
}


/* -- Link Styles -------------------------------------------------- */

a {
	color: #690;
	text-decoration: underline;
}


/* -- Adjustment Styles -------------------------------------------- */

.clear {
	clear: both;
}