@charset "utf-8";
body {
	font: 70%/1.4 Tahoma, Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) top center no-repeat #000;
	margin: 0;
	padding: 0;
	color: #fff;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #da6132;
	text-decoration: none;
}
a:visited {
	color: #da6132;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 695px;
	background-color: transparent;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.nav {
	width: 695px;
	margin: 264px auto 0px;
}
.content {
	padding: 10px;
	width: 675;
	height: 450px;
	margin: 10px auto 100px;
}