body { 
	background-image: url("background.jpg");
	background-attachment: fixed;
    background-color: #000000;
    font-family: Verdana;
} 

#container {
    width: 90%;
    margin: auto;
}
#first {
    width: 70%;
    float: left;
    height: 650px;
}
#second {
    width: 30%;
    float: left;
    height: 650px;
}
#clear {
    clear: both;
}



#containtop {
    width: 90%;
    margin: auto;
}
#topleft {
    width: 65px;
    float: left;
    height: 65px;
}
#topright {
    width: 65px;
    float: left;
    height: 65px;
}
#topcenter {
	background-color: #3f3f3f;
    width: auto;
    float: left;
    height: 65px;
}

#content {
	width: 90%;
	margin: auto;
}

#contentbox1 {
	display: inline-block;
	border-radius: 20px;
	background: rgba(63, 63, 63, 0.9);
	width: 22%;
	margin: 10px 15px 10px 0px;
	color: white;
	vertical-align: top;
	padding: 0px 10px 5px 10px;
}

#contentbox2 {
	border-radius: 20px;
	background: rgba(63, 63, 63, 0.9);
	display: inline-block;
	width: 22%;
	margin: 10px 15px 10px 15px;
	color: white;
	vertical-align: top;
	padding: 0px 10px 5px 10px;
}

#contentbox3 {
	border-radius: 20px;
	background: rgba(63, 63, 63, 0.9);
	display: inline-block;
	width: 22%;
	margin: 10px 0px 10px 15px;
	color: white;
	vertical-align: top;
	padding: 0px 10px 5px 10px;
}