/* hide from ie on mac \*/
html {
	height: 100%;
}

html.hide_overflow {
	overflow: hidden;
}

.hide_at_load {
	display: inline;
}
.mainwrapper {
	height: 100%;
}
.altwrapper {
	width: 975px;
	height: 590px;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F5F2E7;
	font-family: 'Trebuchet MS', helvetica, sans-serif;
}

a {
	color: #FC4128;
}
img {
	border: 0;  
}
h1, h2, h3 {
	color: #FC4128;
}
.hidden {
	display: none;
}

table {
	width: 780px;
	margin-top: 20px;
}

#horizon        
{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content    
{
	vertical-align: bottom;
	background-color: transparent;
	margin-left: -374px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 748px;
	height: 300px;
	visibility: visible
}

#logo {
	width:300px; 
	height:300px;
	float:left;
	vertical-align: bottom;
}
#downloadflash {
	width:400px;
	float:left;
}