﻿@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	font-family: arial;
	}
#OuterDiv{
	height:100%;
	width:100%;
	display:table;
	/* vertical-align:middle; */
}
#MyContainer {
	text-align: center;
	position:relative;
	/*vertical-align:middle;*/
	display:table-cell;
	height: 468px;
}	
#xinner {
	width: 552px;
	background:#fff;
	height: 468px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
top: 154px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
top: 160px;
position: absolute;
}

.transparent
{
   filter:alpha(opacity=75); 
   -moz-opacity: 0.75; 
   opacity: 0.75; 
}

a:visited
{
	color: #0000EE;
}

a:hover
{
	color: #CBC268;
}
	
.scroller
{
position: relative;
overflow: auto;
height: 415.5px;
width: 820px;
}