@charset "utf-8";
/* CSS Document */

#div1 {
	width:561px;
	margin:0;
	position:absolute;
	left: 25%;
	top: 45%;
	height: 281px;
}

#div2 {
	float:left;
	width:260px;
	height:64px;
}

#div3 {
    float:left;
	width:246px;
	height:63px;
	margin-top:45px;
	background-position:center;
}
	
#div4 {
    float:right;
    width:300px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #444444;
    }

#div5 {
	margin-top:240px;
    float:none;
    width:500px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	text-align:right;

    }
