﻿body
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:normal;
	color: Black;
	padding-top:0px;
    margin-top :10px;
    top: 0px;
    background-image: url(../assets/bg.jpg);
    background-repeat:repeat-x;
}
 p { padding:5px; margin:0px; }

#wrapper
{
    position: relative;
    padding-top:0px;
	top: 0px;
	margin-top:0px;
	width: 890px;
	height:auto;
	margin-left: auto;
	margin-right:auto;
	border: solid 1px #D2D3D5;
	z-index:1;
}
#content
{
    position:relative;
    padding-top:0px;
	top: 0px;
	margin-top:0px;
    width:890px;
    height:468px;
    background-color:#FEFEFE;
    z-index:2;
    background-color:#D2D3D5;
   
    
}
a { color:Black; text-decoration:none;}
a:hover { color:Gray; text-decoration:underline;}
.w { color:White; }
.w a { text-decoration:underline; color:White;}
.w a:hover { text-decoration:none; color:White;}
.flash{ z-index:4; position:absolute; top:31px; left:76px;}
.clearit{
clear: both;
}





