@charset "UTF-8";
/* CSS Document */

html { height: 100%; }

body {
	height:100%;
	margin:0 auto 0 auto;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#flashcontent { 
	height:100%; 
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

#getFlashTop {
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:300px;
	background-image:url(img/mw_lg.gif);
	background-repeat:no-repeat;
}

a {
	color:#BB6A3C;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}