﻿*
{
	margin:0;
	padding:0;
	border:0;
}

a
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

h1
{
	text-indent:-999em;
}

body
{
	width:800px;
	margin:auto;
	font-family:verdana, arial;
	font-size:10pt;
	text-align:justify;
	background-color:#000;
	background-image:url('images/bg.png');
	
}

#header
{	
	background-color:#fff;
	background-image:url('images/splashPage3.jpg');
	height:600px;
	margin-top:0px;
	width:800px;
	border-bottom:0px solid #000;
}

#contact
{
	position:relative;
}

#contactpic
{
	position:absolute;
	left:90px;
	top:530px;
	background-image:url('images/contactpic.png');
	background-repeat:no-repeat;
}

#header p
{
	font-size:15px;
	float:none;
	padding-top:535px;
}

#footer
{
	height:124px;
	background-image:url('images/foott2.jpg');
	background-repeat:no-repeat;
	text-align:center;
	width:800px;
	color:#fff;
}

