@charset "UTF-8";

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

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #001305;
	color: #ededed;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}


.container {
	width: 300px;
	margin: 100px auto 100px auto;
}

.logo {
	background: url(logo.gif) top left no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 200px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
}

.contact {
	text-align: center;
	text-transform: uppercase;
}

.contact p {
	font-size: 10px;
}

a {
	color: #49a828;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
