
html, body
{
    min-height:100%;margin:0;
}



#gradientback
{
    background: -webkit-linear-gradient(#fefefe, #fefefe); 
    background: -o-linear-gradient(#fefefe, #fefefe); 
    background: -moz-linear-gradient(#fefefe, #fefefe);  
    background: linear-gradient(#fefefe, #fefefe);
}

#googleMapCanvas
{
    width: 500px;
    height: 400px;
}

div#fourclogo
{
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    width: 100px;
}

img
{
    width: 100%;
}

div.container
{
    	position: relative;
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fefefe;
}
div.header
{
    position: absolute;
    height: 62px;
    top:0px;
    left:0px;
    right: 0px;
    background-color: #fefefe;
}
div#main
{
    position: absolute;
    top:62px;
    left:0px;
    right: 0px;
    background-color: #cccccc;
}
div.left
{
    position: absolute;
    float:left;
    width:160px;
    margin-top:5px;
}

div.content
{
    position: absolute;
    margin-left:190px;
}

.tab1
{
    background-image: url("/views/images/background1.png");
}

.tab2
{
    background-image: url("/views/images/background2.png");
}

.tab3
{
    background-image: url("/views/images/background3.png");
}

.tab4
{
    background-image: url("/views/images/background4.png");
}
