/**
* background image
*/
#container {
	 background-image:url(../images/backgrounds/RAINY.jpg); 
	 }
/**
* main text
*/

#content {
	margin:20px 0 0 50px;
	width:340px;
	height:305px;
	overflow:auto;
}