@charset "UTF-8";
/* CSS Document */

body { 
	background-color: #EBF1FB;
	font: 85% verdana, serif;
	line-height: 1.88889; 
 	margin: 0; 
	padding: 0;
}



#container {
	background-color: #215baf;
	width: 810px;
	height: 479px;
	overflow: hidden;
	position: relative;
	top: 80px; right: -20%;
	vertical-align: middle;
		
	}
	
	#head {
	background-image:url(images/head.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 150px;
	position: relative;
	top: -470px; right: -300px;
	}
	
	#navigation {
	width: 150px;
	height: 300px;
	position: relative;
	top: -350px;
	right: -100px;
	z-index: 1;
	}
	
	#maincopy {
	width: 400px;
	height: 350px;
	overflow: hidden;
	position: relative;
	top: -840px; right: -350px;
	z-index: auto;
		
	}
	
	
	#callpeter {
	background-image:url(images/callpeter.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 100px;
	position: relative;
	top: -850px; right: -330px;
	z-index: auto;
	}
	
	#image {
	background-image:url(images/gasflame.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 480px;
	position: relative;
	top: -1px;
	right: 20px;
	z-index: auto;
	}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.maincopy A:link { text-decoration: none };
.maincopy A:active { text-decoration: none };
.maincopy A:visited { text-decoration: none };