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

	
	
#flashcontent {
	height: 100%;
}




body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 11px;

	font-family:Arial, Helvetica, sans-serif;
	color: #228AD7;
	text-align: center;

}
	
#flashcontent
{

}


#flashcontent #msg
{
	text-align:center;

}

.container {

width:350px;
text-align:left;

}

#content
{
	text-align:left;
	width: 400px;
	margin: 10px auto;
}

#content h1
{
	font-size: 18px;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active
{
	color: #fff;
}

a img
{
	border: 0;
}

small
{
	color:#cccccc;
}