/* CSS Document */

/* mac hide \*/
html, body {
	height:100%; 
	width:100%;
}
/* end hide */

* { 
	margin:0; 
	padding:0; 
}

/* body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(images/bg.gif);
	vertical-align:middle;
	text-align:center;
	min-height:468px;/* for good browsers*/
	/*min-width:552px; for good browsers

} 
*/

a {
	text-decoration:none;
	color:#003399}
a:hover {
	color:#E10015
}


#outer {
	height: 100%;
	width: 80%;
	display: table;
	vertical-align: middle;
	background-image: url(images/bg.gif);
}

#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 468px;
}

#inner {
	
	height: 468px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}
