@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body {
	width: 963px;
	margin:20px auto;

}
#container {
	width: 1024px;
	background: url(images/bg.jpg) no-repeat;
	padding: 15px 0 0 32px;
	margin:20px auto;
}
#transbox {
	width: 1024px;
	height:768px;
}
#heading1 {
	height:55px;
	padding-top:30px;
}
#heading1 h1 {
	background: url(images/heading1.gif) no-repeat;
	display:block;
	width: 361px;height: 33px;
	text-indent: -9999px;
}
#pics {
	height: 247px;
	background: url(images/bg-images.jpg) no-repeat;
	margin-left:12px;
}
#heading2 h1 {
	background: url(images/heading2.gif) no-repeat;
	display:block;
	width: 896px;height: 90px;
	text-indent: -9999px;
}

#bottombox {
	background: url(images/call.gif) no-repeat 618px 35px;
	overflow:hidden;
	
}

#but4 {
	float:right;
	position:relative;
	top:530px;right:178px;
	background: url(images/but4.gif) no-repeat;
	display:block;
	height:47px;width:166px;
	text-indent:-9999px;
}














