body {
color: #fff;
background-color: #000;
}

#wrapper_1 {
}

#wrapper_2 {
}

#top {
margin-top: -8px;
margin-left: -8px;
height: 135px;
background-image: url('top.jpg');
}

#text {
background-color: #000;
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-position: bottom left; 
padding: 10px;
margin-left: 200px;
margin-right: 183px !important;
margin-right: 185px;
border: 3px #909090;
border-style: ridge;
}


#right {
background-color: #000;
float: right;
width: 155px;
margin-right: 10px;
border: 3px #909090;
border-style: ridge;
}


#right_text {
padding: 10px;
}


#left {
margin-left: 27px !important;
margin-left: 10px;
background-color: #000;
border: 3px #909090;
border-style: ridge;
float: left;
width: 155px;
}

#left_text {
padding: 10px;
}

#text_right {
float: right;
}

#text_left {
float: left;
}

#bottom {
background-color: #000;
padding: 3px;
margin-left: 200px;
margin-right: 183px !important;
margin-right: 185px;
border: 3px #909090;
border-style: ridge;
text-align: center;
}

ul {
list-style: none;
}

li {
font-size: 70%;
font-weight: bold;
}

a:link {
/*  Change all your link colors here  */
color: #39CC47;
text-decoration: underline;
}

a:visited {
/*  Change all your visited link colors here  */
color: #39CC47;
text-decoration: underline;
}

a:active {
/*  Change all your active link colors here  */
color: #39CC47;
text-decoration: underline;
}

a:hover {
/*  Change all your mouseover link colors here  */
color: #48965A;
text-decoration: underline;
}