@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html {
	font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
	height:100%;
}

body {
	background-color:#fff;
	color:#000000;
	font-size:1.2em;
	height:100%;
}

img {
	border:0;
}

div {
	position:relative;
	display:block;
}

a, a:link {
	color:#666;
}

a:visited {
	color:#333;
}

a:hover, a:focus, a:active {
	color:#999;
}

p {
	margin:1em 0;
	line-height:1.4em;
}

h1 {
	font-size:2.2em;
	font-weight:normal;
	line-height:1.4em;
}

/*-----------------------------------------------------------------------------

Layout

-----------------------------------------------------------------------------*/

#slfFlash {
	min-width:960px;
	min-height:600px;
	width:100%;
	height:100%;
}

.horizon {
	position:absolute;
	left:0;
	margin-top:-300px;
	top:50%;
	width:100%;
}

.slfNoFlash {
	width:960px;
	height:600px;
	background:url(/images/slf_bg.png) no-repeat left top;
	margin:0 auto;	
}

.slfNoFlash .message {
	position:absolute;
	width:300px;
	left:640px;
	top:100px;
}

/*-----------------------------------------------------------------------------

CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.invisible {
	position:absolute;
	left:0px;
	top:-5000px;
	width:1px;
	height:1px;
	overflow:hidden;
}


