/*
---------------------------------
//General
---------------------------------
*/

body{
	text-align: center;
	font: 12px arial, sans-serif;
	line-height: 15px;
	background:url(../images/bg.png) repeat-x #fff;
}

/* BANNER */

#banner{
	background:url(../images/banner_big.png) no-repeat;
	height:400px;
	width:960px;
	float:left;
}