@charset "UTF-8";
        
html {
	height: 100%;
	overflow: auto;
}
            body {
	background: #CCCCCC;
	margin: 0;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 16px;
            }
            #content {
	height: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	background-image: url(swf/images/no-flash.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
            }
#text {
	margin-top: 460px;
	float: left;
	width: 950px;
	color: #333333;
}
        /*]]>*/
        #footer {
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
        a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
