﻿*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#58595B;
	font-family:Verdana;
}

div#container
{
	background-color:#FFFFFF;
	display:block;
	margin:10px auto;
	padding:10px;
	width:980px;
}

div#splash
{
	background-image:url(images/Home-Splash-Page.gif);
	background-repeat:no-repeat;
	height:513px;
	margin-bottom:10px;
	position:relative;
	width:100%;
}

div#menubar a
{
	background-image:url(images/Splash-Menu-Button.gif);
	background-position:center right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:0.7em;
	font-weight:bold;
	height:25px;
	padding:25px 40px 15px 10px;
	position:absolute;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	width:80px;
}

a#about
{
	left:40px;
	top:50px;
}

a#products
{
	left:20px;
	top:150px;
}

a#upg
{
	left:20px;
	top:250px;
}

a#login
{
	left:30px;
	top:350px;
	width:100px !important;
}

a#contact
{
	left:50px;
	top:440px;
	width:130px !important;
}

img#collage
{
	position:absolute;
	right:10px;
	top:150px;
}

div#footer
{
	background-color:#6F1100;
	clear:both;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
}

div#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}

div#footer p#copyright
{
	float:left;
}

div#footer p#bottom-menu
{
	padding-right:160px;
	text-align:center;
}
