﻿BODY
{
	background-color:  #F15D22;
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(/assets/images/comingsoon.png);
	background-repeat:no-repeat
}

TD
{
	font-family:verdana;
	font-size:8pt;
	color:#FFFFFF;
}

a:link { color: #FFFFFF;text-decoration: none; }
a:visited   { color: #FFFFFF;text-decoration: none; }
a:hover    { color: #FFFFFF;text-decoration:underline; }

#container
{
	width:900px;
	border:1px lime dashed;
	height:100%;
	margin:0 auto;

}
#message
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10 px;
	background-color: #F15D22;
	background-image:url(/assets/images/comingsoon.png)
	z-index: 9999;
	color:white;
}

#footer
{
	position:absolute;
	bottom: 10px;
	right:30px;
}

