﻿#splash 
{
	width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	border: solid 1px #9daf94;
	padding: 5px;
	background-color: #fff;
}

#splashContainer {
	background: url(../Pics/static/background-splash.gif);
}

#splashContainer h1 
{
	margin-top: 10px;
	font-size: 20px;
	color: #315C28;
}

#splashContainer a 
{
	text-decoration: none;
	color: #315c28;
}
#splashContainer a:hover 
{
	text-decoration: underline;
}

#splashContainer #intro 
{
	width: 640px;
	clear: both;
	float: left;
}
#splashContainer #intro #text 
{
	padding: 10px;
}

#splashContainer #information
{
	float: right;
	background: url(../Pics/static/logo.gif) no-repeat center 25px;
	width: 130px;
	margin-left:5px;
	padding-top: 210px;
	font-size: 11px;
	color: #666;
	text-align:right;
}

#splashContainer #save 
{
	float: left;
	width: 650px;
	text-align: right;
	font-size: 12px;
	color: #315c28;
}

#splashContainer #go 
{
	text-align: right;
}

#splashContainer #go a 
{
	font-size: 20px;
	font-weight: bold;
}
#splashContainer #go a:hover 
{
	text-decoration: none;
}
