﻿body
{
	margin:0px;
	padding:0px;
    text-align: center;
    font-family: verdana;
	font-size:101%;
	background-color:#666666;
}
#Container {
	position:absolute;
	top: 50%;
	left: 50%;
    width: 1000px;
    height: 600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
    text-align: left;
    font-size:100%;
}
#Main 
{
    clear:both;
    width: 1000px;
    height: 600px;
    float:left;
    text-align: left;
	font-size:.73em;
	line-height:1.6em;
	background-image: url('images/home_background.jpg');
}
A
{
    COLOR: #C8710A;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #C8710A
}
A:visited
{
    COLOR: #C8710A
}
A:hover
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
#ColumnOne
{
    float:left;
	width: 310px;
	height: 600px;
}
#ColumnTwo
{
    float:left;
    position:relative;
	width: 106px;
	height: 600px;
}
#ColumnThree
{
    float:left;
	width: 93px;
    position:relative;
	height: 600px;
}
#ColumnFour
{
    float:left;
    position:relative;    
	width: 388px;
	height: 600px;
}
#ColumnFive
{
    float:left;
    position:relative;    
	width: 103px;
	height: 600px;
}