body,
html {
margin:0;
padding:0;
border: 0;
overflow: hidden;
background:#292326;
font-size:108%;
font-family: 'Muli', sans-serif; 
color: #ffffff;
line-height: 1.4em;
}

#wrapper {
width:840px;
height:500px;
position:absolute;
left:50%;
top:50%;
margin:-250px 0 0 -420px;
padding-top: 30px;
}

#left{
float: left;
width: 300px; /*Width of frame div*/
}

#right{
float: right;
width: 500px; /*Set left value to WidthOfFrameDiv*/
padding: 200px 0 0 40px;
}

	a, a:link, a:active, a:visited {
		color:#C4B193;
		text-decoration:none;
	}
	a:hover, a:focus {
		text-decoration:underline;
	}
	img.main {
		border: 10px solid #60575b;
	}
	
	ul {
	list-style-type: none;
	padding: 0;
	}