
body {
	margin-left: 0px;
	margin-top: 0px;
}

body,html {
    margin:0px;
    padding:0px;
    height:100%;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

.main {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.white {
	font-size: 9px;
	line-height: 3px;
	color: #FFFFFF;
}
.mainsmall {
	font-size: 10px;
}

#flashbox{{
	display: block;
	background-color: #FFFFFF;
	position: relative;
	height:100%;
	max-height: 900px;
}

