* {
margin: 0;
padding: 0;
}

body {
background:black;
font:16px verdana;
color:#ddd;
}
a img {
border:0;
}

#container {
width:1000px;
margin: 0 auto;
text-align:center;
}

#left {
float:left;
width:300px;
}
#side_top {
width:273px;
height:356px;
background:url('images/sidetop.png') no-repeat;
}
#side_middle {
width:273px;
background:url('images/sidemain.png') repeat-y;
}
#side_middle img {
margin-bottom:20px;
}
#side_bottom {
height:46px;
width:273px;
background:url('images/sidebottom.png') no-repeat;
}
#right {
float:right;
width:690px;
padding-top:15px;
}
#right object {
position:relative;
z-index:1;
left:-20px;
}
#main_top {
width:647px;
height:132px;
background: url('images/maintop.png') no-repeat top center;
margin-top:-40px;
position:relative;
z-index:100;
}

#main {
width: 647px;
background:url('images/mainbg.png') repeat-y top center;
}
#main_content {
padding:30px;
text-align:left;
background:url('images/maltesecross.png') 50px 160px no-repeat;
}
#main_bottom {
width:647px;
height:40px;
background: url('images/mainbottom.png') no-repeat top center;
}
#footer {
text-align:center;
color:white;
font:10px verdana;
margin-bottom:10px;
}
#footer a {
color:blue;
}
#footer a:hover {
text-decoration:none;
color:lightblue;
}
