html, body {
	height: 100%;
	margin: 0px;
	overflow: hidden;
}

body {
	background-color: #FFF;
	font: 12px "Lucida Grande", Verdana;	
}

img {
	border: none;
}


#main {
	display: none;
}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	border: 1px solid black;
	/*left: -386px;*/
	/*margin-left: 50%;*/
	/*background-color: #CCCCCC;*/
}

html>body #container, html>body #mcontainer {
	height: auto;
}

#middlecontainer {
	margin: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: visible;
	position: relative;
}

#middlecontainer[id] {
    position: fixed;
    display: table;
}

#outter {
	position: absolute;
	top: 50%;
}

#outter[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	display: block;
	/*left: 213px;*/
	position: relative;
	/*border: 1px solid #9A8E51;*/
	background-color: #FFF;
	width: 100%;
	height: 585px;
	top: -50%;
}

#inner table {
	width: 100%;
	height: 100%;
	padding: 0px;
}

#inner table tr.main {
	height: 479px;
}

#inner table tr.main td.main {
	background: url(images/bg_main.jpg) left top no-repeat;
	vertical-align: top;
	width: 771px;
}

#inner table tr.bottom {
	height: 106px;
}

#inner table tr.bottom td.main {
	vertical-align: bottom;
	text-align: center;
}

#inner table td.yelbg {
	background: url(images/bg_yellowbar.jpg) left top repeat-x;
}

#inner table td.main #enter {
	height: 26px;
	width: 102px;
	position: relative;
	left: 555px;
	top: 250px;
}

.copy {
	color: #999;
	font-size: 10px;
}

a{
	outline: none;
}

a.link{
	line-height: 32px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 35px;
	color: #37589D;
	display: inline-block;
	height: 32px;
	margin-right: 5px;
}

a.link:hover{
	color: #FF8800;
	text-decoration: underline;
}

a.facebook{
	background: url(images/facebook.jpg) top left no-repeat;
}

a.twitter{
	background: url(images/twitter.jpg) top left no-repeat;
}