/********************************
* GENERAL CSS *
********************************/
body
{
    font-family: Helvetica, Arial, sans-serif;
    overflow: hidden;
    background-color:#012651;
	margin: 0px;
  /*
  background: url(/img/xrated_background.gif) repeat-x #fff;
  background-color: lightblue;
  */
}

input, select, textarea
{
    width:160px;
    padding-left:3px;
    font-size:11px;
    border:solid 1px;
    color:grey;
    border-color:#CCCCCC;
    /*
    color:#CC0066;
    background:transparent;
    opacity:0.5;
    moz-opacity:0.5;
    filter: alpha(opacity=50);
    */
}

textarea
{
    height:105px;
}

.floatLeft
{
    float:left; 
    overflow:hidden;
    display:inline;
    /*
    */
}
.floatRight
{
    float:Right; 
    overflow:hidden;
    display:inline;
    /*
    */
}

.bgImage
{
    background-repeat:no-repeat;
    background-position:left top;
    /*
    */
}


html {
	height: 100%;
	overflow: scroll;
	}

/*******************************
* TEMPLATE CSS *
*******************************/

#main
{
    background-color:#012651;
    position: absolute;
	top: 0;
	left: 0;
    height:100%;
    width:100%;
    margin:0px;
    /*
    */
}

#ageGate, 
#footerBox
{
    background-color:#012651;
    overflow: auto;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-329px;
    margin-left:-490px;
    /*
    */
}


#footerBox
{
    font-size:10px;
    height:15px;
    width:900px;
    margin-top:310px;
    color:#333333;
    text-align:center;
    /*
    
    padding-left:35px;
    */
}
