* {
 margin: 0px;
 padding: 0px;
}

body {
 border: 1px solid #0F2A7F;
 font-family: sans-serif; 
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 20px;
 width: 700px;
 height: 550px;
 background: url(images/os_bg.jpg) repeat-x #CFE8E8;
}

div#wrapper {
 width: 700px;
 height: 550px;
}

div.background1 {
 background-image: url("images/background1.jpg");
}

div.background2 {
 background-image: url("images/background2.jpg");
}

div.background3 {
 background-image: url("images/background3.jpg");
}

div.background4 {
 background-image: url("images/background4.jpg");
}

div.background5 {
 background-image: url("images/background5.jpg"); 
}

div#name {
 width: 20em;
 position: relative;
 top: 45%;
 left: 50%;
 padding: 5px;
 color: #333333;
 background-color: #EFEFEF;
 border: 5px solid #0F2A7F;
 border-bottom: none;
}

div#name h1 {
 color: #F87D06;
 font-size: 3em;
 margin-bottom: 5px;
}

div#name h1 a {
 text-decoration: none;
 color: #F87D06;
}

div#name h1 a:hover {
 border-bottom: 1px dotted #F87D06;
}

div#name p {
 margin-left: 2em;
 font-size: small;
 margin-bottom: 5px;
}

div#name p a,
div#history ul li a {
 color: #006666;
 text-decoration: none;
 border-bottom: 1px dotted #006666;
}

div#name p a:visited,
div#name p a:active,
div#history ul li a:visited,
div#history ul li a:active {
 color: #CC3300;
 border-bottom: 1px dotted #CC3300;
}

div#name p a:hover,
div#history ul li a:hover {
 color: #CC3300;
 border-bottom: 1px solid #CC3300;
}

div#history {
 position: relative;
 top: 45%;
 left: 50%;
 width: 20em;
 padding: 5px 5px 0px 5px;
 background-color: #EFEFEF;
 border: 5px solid #0F2A7F;
 border-top: none;
}

div#history p#clubflag{
 width: 80px;
 float: right;
 margin: 0px 5px 5px 5px;
 padding: 0px;
}

div#history p#clubflag a {
 text-decoration: none;
}

div#history p#clubflag a img {
 border: none;
}

div#history h2 {
 color: #F87D06;
 font-size: small;
 margin-left: 1.5em;
}

div#history ul {
 font-size: small; 
 margin-left: 3em;
 line-height: 1.4em;
}

div#comment {
 width: 15em;
 padding: 10px;
 position: absolute;
 top: 5%;
 right: 5%;
}

div#comment p {
 padding: 5px; 
 line-height: 1.8em;
 color: #FEFEFE;
 background-color: #FF4F00;
}