/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:4px;
	left:-2px;
	z-index:70;
	overflow:auto;
}

.box {
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2.8;
	color: #FFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#focus-stealer      { position: absolute; left: -9999px;
}

.managed {
	width:309px;
	height:288px;
	text-indent:-99999px;
	padding-left: 50px;
	padding-top: 200px;
}
.managed span {
	width:309px;
	height:288px;
	display:block;
	background-repeat: no-repeat;
	background-image: url(../images/enter%20flash%20site.png);
}
