﻿body {
	background-color: #230e25;
	font-size: 10pt;
	color: #d7df7f;
}
p {
	line-height: 16px;
}

#outer
{
	background-color: transparent;
	position: absolute;
	top: 25%;
	left: 0px;
	width: 100%;
	/* height: 100%; */
	/* margin-top: -200px; */
	/* text-align: center; */
	min-width: 900px; 

}   

#container
{
	position: relative;
	text-align: left;
	width: 1200px;
	height: 420px;
	margin: auto 0px;
	/* background: url(../images/bkgr.png); */
    /*width: 700px;
    height: 500px;*/
}
a:link
{
    text-decoration: none;
    color: #444444;
}
a:visited
{
    color: #444444;  
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#homepageMain{
	background-image: url(../images/roundal.png);
	background-repeat: no-repeat;
	min-height: 455px;
	padding-left: 455px;
	padding-top: 100px;
}
#homepageMain h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	margin-bottom: -20px;
	text-transform: uppercase;
}
#message{
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	text-transform: uppercase;
	margin-left: 5px;
}