/* CSS Document */

html, body{
	margin:0;
	padding:0;
	
	background-image:url(img/bg.png);
	background-color:#afb0b2;
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	}
#container{
	width:950px;
	height:auto;
	
	margin:auto;
	
	background-image:url(img/bg-ct.png);
	background-color:#e2e2e3;
	background-repeat:repeat-x;
	}
#head{
	width:950px;
	height:177px;
	background-image:url(img/head.jpg);
	}
#text{
	width:910px;
	padding:0 20px 0 20px;
	}
h1{
	margin:10px 0 0 0;
	padding:0;
	font-size:36px;
	}