body {
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	background-color: #000000;
}
.container {
width:1003px;
text-align:center;
margin:auto;
background-image: url(03.jpg);
background-repeat: no-repeat;
}
.top {
	width: 100%;
	height: 143px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	margin: auto;
	text-align:center;
}
.middle {
	width: 100%;
	height: 350px;
	background-image: url(middle.jpg);
	background-repeat: no-repeat;
}
.bottom {
	width: 100%;
	height: 80px;
	background-image: url(bottom.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
	float:left;
}
.navigation {
	width: 100%;
	text-align: center;
}
.navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;	
}
.navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;	
}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	background:#990000;	
	padding: 2px;
}	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
}
.content {
font-family:"Courier New", Courier, monospace;
width:800px;
color: #ffffff;
text-align:left;
margin:auto;
}
.pad {
display:block;
height:100px; /* height to miss header and footer */
}

.form {
     background-color:#000000;
	 border:none;
	 font-size:11px;
	 font-family: Arial, Helvetica, sans-serif;
	 padding: 4px;
	 color:#ffffff;
}
.button {
     background-color:#990000;
	 border:none;
	 font-size:11px;
	 padding: 4px;
	 color:#FFFFFF;
}
label {
     vertical-align: top;
}
.cast {
	 clear: both;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #990000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;	
}
.wallpaper {
    text-align: center;
}

.left {
    text-align: center;
	float: left;
	width: 33%;
} 
.centre {
    text-align: center;
	float: right;
	width: 33%;
}
.middle {
    text-align: center;
	float: left;
	width: 100%;
}            
.padding {
display:block;
height:180px;
}