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

body {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #484848;
}


#content_container {
	position: relative;
	width: 960px;
	height: 540px;
	margin: 0 auto;
	margin-top: 30px;
	visibility: visible;
	text-align: left;
	overflow: hidden;
}

#alternate_content {
	background-image: url(../images/static/bg_no_flash_960x590.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 540px;
	margin: 0 auto;
	text-align: center;
}

#alternate_content a:link, #alternate_content a:visited, #alternate_content a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#alternate_content a:hover {
	text-decoration: underline;
}

#alternate_text {
	position: relative;
	top: 150px;
	width: 960px;
	height: 540px;
	color: #cccccc;
	margin: 0 auto;
	font-size: 14px;

}

#footer {
	margin-bottom: 30px;
	position: relative;
	width: 900px;
	margin: 0 auto;
}

/* end hide */

a:link { color: #484848; text-decoration: underline; }
a:hover { color: #808080; text-decoration: underline; }
a:visited { color: #484848; text-decoration: underline; }
a:active { color: #808080; text-decoration: underline; }

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }