body {
  margin: 0;
  padding: 0;
	background-color: #000000;
	background-image: url("/images/jamgrad.jpg");
	background-repeat: repeat-x;
	height: 100%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
  left: 50%;
  margin: 0 0 0 -348px;
  min-height: 100%;
  position: relative;
  background-color: #FFF;
  border: solid #000 1px;
  width: 730px;
  padding: 0;
  background: #FFF url("/images/maincontentbackground.jpg") no-repeat bottom right;
}

#container #sidebar {
  float: left;
  width: 205px;
  top:0;
  left:0;
  text-align: center;
}

#container #sidebar #lower-buttons { position: relative; top: -80px; }

#container #maincontent {
  float: left;
  top: 0;
  position: relative;
  width:497px;
  padding:122px 25px 25px 0;
  font-size:10px;
}

#just-jam { position:absolute; top:30px; right:30px; }

div.title, h1 { font-size:16px; color:#FF0000; font-weight: normal; }

div.footer {
clear: both;
background-color:#FF0000;
padding:7px 7px 7px 25px;
width: 698px;
color:#FFFFFF;
font-size:9px;
position: relative;
bottom: 0;
}

div.footer a, div.footer a:visited {color: #000000;}

a:link {color:#000000;text-decoration:none;}
a:hover {color:#333333;text-decoration:underline;}
a:visited {color:#333333;text-decoration:none}

#england {float: right;}

div.content2
{width: 250px;}

.style1 {
	font-size: 10px;
	font-weight:bold;
	color: #FF0000;
}

#rotate_image { border:solid red 8px; }
