html, body {
	color: #000000;
	background-color: #FFFFFF;

	text-align: center;
	
	padding: 0px;
	margin: auto;
	width: 800px; 
}

html, body, td {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p { text-align: center; margin: 30px; }
a { font-family: Tahoma, Verdana, Arial; font-size: 11px; font-weight: bold; color: #000000; }
a:link,a:active,a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0px; }

div.container {
	position: relative;
	margin: auto;
	padding: 10px;
	
	width: 780px;
	height: 470px;
	text-align: left;
}
div.under {
	position: absolute;
	top: 290px;
	left: 10px;
	width: 100%;
	text-align: center;
}
div.footer {
	background-image: url(../images/footer_3.png);
	width: 800px;
	height: 51px;
}

