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

body { 
background-color: #666666; /* background: url('../images/bggra.gif') repeat-x;  */
text-align:center;
margin: 0px;
}

#snow {
    position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
    }
    
#centercontent {
	width: 945px;
	height: 602px;
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin-left: -472px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -301px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

#outer {
height : 100%; 
width : 100%;
display:table;
vertical-align:middle;
}
#container {
text-align: left;
position:relative;
vertical-align:middle;
display:table-cell;
height: 400px;
}
#inner {
width: 100%;
height: 400px;
text-align: left;
}

table, td, div, p, ul {
font-family : arial, verdana, sans-serif; 
font-size : 12px; 
color : #333333;  
} 

img {
border-width:0px;
}

.bgv { 
background : url('../images/bggrov.gif') repeat-y; 
text-align:center;
}

.bgh { 
background : url('../images/bggroh.gif') repeat-y; 
text-align:center;
}