@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(fff.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}


#info {
	background-image:url(bg.jpg);
	background-position:top; 
	background-repeat:no-repeat;
	float:left;
	height:auto;
	min-height:432px;
	width:550px;

}

