/* CSS Document */

.wrapper{
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg.jpg);
	background-color: #040404;
	color: #000000;
}

#header{
	height: 70px;
	width: 800px;
}

body{
	background-color: #040404;
	margin-top: 0px;
}

.main{
	height: 800px;
	width: 700px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 90px;
	padding-left: 40px;
	font-weight: normal;
}

.main a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FECB00;
	text-decoration: none;
}

.main a:hover{
	color: #FDFDFD;

}
.right{
	height: 510px;
	width: 180px;
	float: left;
}

.nav{
	height: 50px;
	width: 600px;
	position: relative;
	left: 200px;
	top: 135px;
}


.nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FECB00;
	text-decoration: none;
}

.nav a:hover{
	color: #FFFFFF;
}



}

img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
<link href="../DUB%20CAM/wrapper.css" rel="stylesheet" type="text/css">
