body
{
    background-image: url(images/soonBg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
}
a{color:#088aac;}
#note
{

    width: 600px;
	margin:0 auto;
	clear:both;
	display:block;
	height:400px;
}

#note p
{
    float: right;
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #585858;
    line-height: 16px;
    width: 300px;
    font-weight: normal;
	display:block;
	margin-right:35px;
	margin-top:180px;	
}
#note a
{
    font-weight: bold;
    color: #99CC00;
}

#note .hint
{
    color: #FF6600;
    padding-top: 2em;
    padding-bottom: 0.5em;
}


.footer{

text-align:center; font:bold 11px "Trebuchet MS"; clear:both; color:#666666; margin:10px auto;}