/*****
	GENERAL START CSS FILE
		****/
		

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
	
BODY{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	
	text-decoration: none;		
	color: #000000;
	
	overflow: hidden;
}

a { color: #89a8b9; font-size: 10px; font-weight: normal; text-decoration: none; text-transform: uppercase; margin: 0; padding: 0; }

/****
	CONTAINER
		****/

		#container {
			position: absolute;
			top: 50%; left: 50%;
			width: 922px; height: 300px;
			margin: -150px 0 0 -461px;
			text-align: center;
		}
		
		#flash {
			position: relative;
		}
		
		#content {
			position: relative;
			margin: 30px 0 0 0;
		}
		
		
