@charset "utf-8";
/* CSS Document */

#content { 
margin: 0 auto;
width: 900px;
height: auto;
}

#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	height:520px;
}


#center {
height:535px;
float:left;
width: auto;
margin: 0 0;
}

#text {
height:auto;
float:left;
width: 200px;
margin: 0 0;
}

