html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #747474;
	font-family:"Lucida Sans",arial,sans-serif;
	font-size:13px;
	line-height:1.5em;
	color:#eeeeee;
}

h1{ color: #B2DAD7;}
h2{ color: #B2DAD7;}

#flashcontent {
	height: 100%;
}

h1 {
	margin:0;
	padding:0;
}

#logo {
	position:absolute;
	left:61px;
	top:48px;
}

#content {
	position:absolute;
	left:100px;
	top:156px;
	width: 700px;
}

a, a:hover, a:visited {
	color:#B2DAD7;
}

img {
	border:0 none;
}
