html{
height: 100%;
overflow: auto;
}

body
{
background-image: 
url('backg.gif');
background-repeat: repeat
height: 640px; 
 
text-align: center; 
	margin: 0;
	padding: 0;
	font-size: 11px;
	/*line-height: 16px;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #228AD7;
}

	
#flashcontent
{

position: relative; 
height: 730px; 
width: 100%;
top:0px;
left:0px;



}


#flashcontent #msg
{
height: 730px; 
width: 100%; 
text-align: center; 
	/*
	background-image: url(../img/upgrade_dan.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}


#content
{
height: 730px; 
width: 800px; 
text-align: center; 
	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;}
	
.highlite {
	color: #FF6600;
}
