﻿@import url("body.css");
@import url("header.css");
@import url("controls.css");
@import url("links.css");
@import url("rain.css");

body 
{
	width: 1000px; /* needed to center */
	margin: 0px auto;
	background: url(../img/bkg-splash.gif) repeat-x #D3DAE7;
}

#index1
{
	margin: 0px 60px; /* centers red header and two lower boxes */
}

#splash-div
{
	width: 780px;
	margin: 0px auto;
}

#index2
{
	margin-top: 40px;
	display: block;
}

#login1
{
	float: right;
	width: 375px;
}

#login2top
{
	margin: 18px 0px 0px 0px;
}

#login2enter 
{
	margin-left: 100px;
	display: block;
	width: 169px;
	height: 48px;
	background: url(../img/continue-bn.gif) 0px -48px no-repeat;
}

#login2enter a 
{
	display: block;
	width: 169px;
	height: 48px;
	background: url(../img/continue-bn.gif) no-repeat;
}

#login2enter a:hover 
{
	background: none;
}

#login2bottom
{
	text-align: center;
}

#not_agent
{
    float: left;
	display: block;
	margin-left: 20px;
	width: 205px;
	height: 107px;
	background: url(../img/notanagent.gif) no-repeat;
}

#not_agent a
{
	display: block;
	width: 205px;
	height: 107px;
	background: url(../img/notanagent.gif) no-repeat;
}

#ccg_logo
{
	margin-top: 30px;
    float: left;
    display: block;
    width: 147px;
    height: 75px;
    background: url(../img/ccglogo.gif);
}

#ccg_logo a
{
	float: left;
    display: block;
    width: 147px;
    height: 75px;
    -background: url(../img/ccglogo.gif);
}





