@charset "utf-8";
/* CSS Document */
body{
	background:url(images/scf-bg.jpg);
	
	margin:0px;
	
	}

	

div.header{
	margin:0px;
	background:url(images/headbg.jpg);
		
	height:143px;
	
	
	
}
div.main{
	margin:0px;
	background:url(images/scf-bg.jpg);	
	height:416px;
	

	}

div.footer{
	margin:0px;
	background:url(images/green.jpg); 	
	height:300px;
	
		}
.pos{
	position:relative;
	left:250px;
	
	
	color:#F00;
	font-size:25px;
		
	}
img{
	padding:5px 0px 0px 0px ;
	
	}