/* CSS Document */
*{margin:0px; padding:0px; border:0px}

body{
	background-color: #000000;
}
h1{
	visibility: hidden;
}
h2{
	visibility: hidden;
}
h3{
	visibility: hidden;
}
#container{
	margin-left:auto;
	margin-right:auto;
	height: 800px;
	width: 800px;
}
#header{
	background-image:url(../images/c4p_z116_01.png);
	height:222px;
	background-repeat:no-repeat;
}
#absolute-main{
	position:absolute;
	height:86px;
	width:779px;
	top:785px;
	right:auto;
	left:141px;
	padding-left:150px;
	background-color:#999999;
}

#right-pane{
	width:333px;
	height: 231px;
	float: right;
	background-image: url(../images/c4p_z116_04.png);
	background-repeat: no-repeat;
}
#main-pane{
	width:400px;
	background-color:#FF3333;
	height:231px;
	float: right;
}
#left-pane{
	width:67px;
	height:231px;
	float: right;
	background-color:#999900;
	z-index:4;
	background-image: url(../images/c4p_z116_02.png);
	background-repeat: no-repeat;
}

#footer{
	width:535px;
	height:110px;
	background-color:#000000;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	padding-top:185px;
	float:right;
	background-image: url(../images/c4p_z116_05.png);
	background-repeat: no-repeat;
	padding-right: 265px;
}
.copy{
	visibility: hidden;
}

