@charset "utf-8";
/* CSS Document */

#top {
	height:0px;
	background-image:url(../images/top_img.jpg);
	background-repeat:no-repeat;
}

#page_img {
	height:35px;
	background-image:url(../images/bar_example.gif);
	background-repeat:no-repeat;
	padding-top:65px;
	text-align:right;
}

#groupA {
	width:600px;
	float:left;
}

#groupB {
	width:300px;
	float:left;
}

#groupC {
	float:none;
}

