﻿/* HTML tags */
body
{
	margin: 0;
	padding: 0;
	background-color: #999966;
	/*background-color: #666633;*/
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
}
A, A:visited {
	color: #333;
}
A:hover {
	color: #FFF;
}
/* /HTML tags */

/* Global classes */
DIV.containerOuter {
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	height: 100%;
}
DIV.containerInner {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 640px;
	height: 363px;
	border: 1px solid #333;
}
DIV.containerMain {
	
}
DIV.centeredText {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* /Global classes */