﻿*{margin: 0;padding: 0;}
body{background-color: #999;}
#the_webineer_container
{
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#the_webineer_logo
{
	position: absolute;
	top: 271px;
	left: 223px;
	z-index: 1000;
	background: url('../images/the_webineer_logo.png') no-repeat;
	width: 345px;
	height: 142px;
}
#the_webineer_top_cap
{
	position: absolute;
	background: url('../images/main_content.png') no-repeat;
	width: 800px;
	height: 342px;
	z-index: 6;
}
#the_webineer_bottom_cap
{
	top: 342px;
	position: absolute;
	background: url('../images/webineer_mockup_06.png') no-repeat;
	width: 800px;
	height: 338px;
	z-index: 6;
}
#the_webineer_separator
{
	visibility: hidden;
	position: absolute;
	top: 342px;
	left: 10px;
	background-color: #fff;
	z-index: 3;
	height: 0px;
	width: 780px;
}
#separator2
{
	visibility: hidden;
	position: absolute;
	top: 342px;
	left: 0px;
	background-color: #999;
	z-index: 2;
	height: 0px;
	width: 800px;
}
#repeater
{
	visibility: hidden;
	position: absolute;
	top: 342px;
	left: 0px;
	background: url('../images/repeatable_shadow.png') repeat-y;
	z-index: 1;
	height: 0px;
	width: 800px;
}
#content
{
	visibility: hidden;
	margin-top: 100px;
}
#the_webineer_branding_small
{
	margin: 0 auto;
	text-indent: -9999px;
	background: url('../images/the_webineer.png') no-repeat;
	height: 40px;
	width: 144px;
}
.auto
{
	text-align: center;
}
a:link{
	color: #4353A4;
}
a:visited{
	color: #6E737B;
}
a:hover{
	color: #456EA5;
}
a:active{
	color: #456EA5;
}
