body {
	background: url('layout/main_bg.jpg') no-repeat fixed;
	margin: 5px;
	line-height: 1.4;
	text-align: justify;
	font: 9pt verdana;
	color: #fff;
	}
	
div.header {
	font: bold 14pt georgia;
	font-style: italic;
	border-bottom: 1px dashed #EAD2DF;
	margin-bottom: 8px;
	}
	
.floatleft {
	float: left;
	}
	
table.button_50x50 {
	text-align: center;
	width: 300px;
	margin: auto;
	}

td.button_50x50 {
	background-color: #fff;
	width: 50px;
	height: 60px;
	color: #000;
	}
	
table.button_75x50 {
	text-align: center;
	width: 300px;
	margin: auto;
	}

td.button_75x50 {
	background-color: #fff;
	width: 75px;
	height: 60px;
	color: #000;
	}
	
table.button_100x50 {
	text-align: center;
	width: 300px;
	margin: auto;
	}

td.button_100x50 {
	background-color: #fff;
	width: 100px;
	height: 60px;
	color: #000;
	}
	
table.button_100x35 {
	text-align: center;
	width: 300px;
	margin: auto;
	}

td.button_100x35 {
	background-color: #fff;
	width: 100px;
	height: 45px;
	color: #000;
	}
	
table.button_88x31 {
	text-align: center;
	width: 300px;
	margin: auto;
	}

td.button_88x31 {
	background-color: #fff;
	width: 88px;
	height: 41px;
	color: #000;
	}
	
input, textarea, dropdown {
	color: #fff;
	background: #503242;
	border: 1px solid #DBA0B3;
	}
	
div.nav {
	margin: 8px auto 8px auto;
	border-top: 1px dashed #EAD2DF;
	text-align: center;
	color: #503242;
	}
	
div.nav a {
	color: #fff;
	font-size: 8pt;
	}
	
a {
	text-decoration: none;
	color: #2C1221;
	font-weight: bold;
	}
	
a:hover {
	color: #fff;
	}

div.affiliates_container {
	margin: auto;
	text-align: center;
	}