@charset "UTF-8";

/* hide from ie on mac \*/

html {
	height: 100%;
	overflow: auto;
}

#flashcontent {
	height: 100%;
}

#content{
	height:100%;
	overflow:auto;
}
	
body,p {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0B0C10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow:hidden;
}

.center {
	text-align:center
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-size: 16px;
	margin-top: 30px;
}


.jerome {
	float: left;
	margin: 0px 30px 10px 30px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #342C23;
}