/*
Theme Name: Splash
Description: WebsitePlanner Splash page
Version: 1.0
Author: PDXDesigner
Author URI: http://pdxdesigner.com/
*/




body{
	padding: 0;
	margin: 0;
	background: url(images/bg_body.gif) repeat-x;
}

#header{
	width: 100%;
	height: 89px;
	margin: 0 auto;
	padding:0;
}
#header_container{
	margin: 0 auto;
	width: 600px;
	height: 89px;
	text-align: left;
	position: relative;
	padding:0;
}

/* ######### Logo in Header ######### */
#logo {
	height: 31px;
	width: 309px;
	top: 38px;
	left: 144px;
	position: absolute;
}

#logo img{
	border: none;
}


/* ######### Content  ######### */

#content_container{
	margin: 1px auto;
	width: 600px;
	height:900px;
	text-align: left;
	position: relative;
	background: #ffffff url(images/bg_content.gif) no-repeat;
	margin-bottom:40px;
	padding:0;
}
.content {
	width:570px;
	height:525px;
	position: absolute;
	top: 60px;
	left:15px;
}
.content h1{
	margin: 0 0 20px 0;
	font: bold 20px "Verdana", Arial, Tahoma; 
	color: #026AA7;
}
.content h2{
	margin: 25px 0 20px 0;
	font: bold 16px "Verdana", Arial, Tahoma; 
	color: #4A95D0;
}
.content p{
	font: bold 14px "Verdana", Arial, Tahoma; 
	color: #797979;
	margin: 0 0 10px 0;
}