/* CSS Document */

/* hide from ie on mac \*/
html, body {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 25px 25px;
}

#message {
	width: 350px;
	margin-top: -50px;
	
}
/* end hide */

body {
	height: 100%;
	background-color: #f1f1f1;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-weight: 100;
	color: #f26bef;
	font-size: 29px;
	line-height: 30px;
	margin: 0px 0px 30px;
	padding: 0px;
}
h2 {
	font-weight: 100;
	color: #000000;
	font-size: 29px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
p {
	font-weight: 100;
	color: #000000;
	margin: 0px 0px 30px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #f26bef;
	text-decoration: none;
}
