/****** CSS Foundation-Alexandra *******/
/********** body & front **************/

body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
}

html {
		height: 100%;
		overflow: hidden;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1{
   font-family: Tahoma;
   font-size: 54px;
   color: #A60000;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.h3{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.h3 a:link, h3 a:visited{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.h3 a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

#flashcontent{
    width: 100%;
	height: 100%;
	overflow: hidden;
}

#label{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	top: 200px;
}

#enter{
	width: 400px;
	height: 50px;
	top: 100px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

/********** END stlye ***************/

