@charset "UTF-8";
/* CSS Document */

body {
	background-color:#191d19;
	}
	
#wrapper {
	width:800px;
	}
	
#header {
	width:800px;
	}
	
#nav {
	width:800px;
	text-align:center;
	}
	
#content {
	width:800px;
	height:641px;
	background-image:url(images/robertmediaplayer_03.jpg);
	}
	
#footer {
	width:800px;
	height:73px;
	background-image:url(images/robertmediaplayer_04.jpg);
	}