

#wrapper {
	width:900px;
	margin:0px auto;
	padding:10px;
	background: rgb(0, 0, 0) transparent;
}

#header {
width: 900px;
height: 118px;
padding: 5px;
float: left;
}

#content {
margin-top: 1px;
padding-bottom: 10px;
}

#content div {
padding: 1px;
float: left;
}

#content-left {
width:500px;
text-align: justify;
background-color: rgba(255, 255, 255, 0.5);
}
	
#content-right {
margin-left: 100px;
width: 259px;
text-align: center;
}

#footer {
clear: both;
color: black;
font-size: x-small;
width: 500px;
margin-top: 10;
margin-right: 1.67em;
}
