@charset "utf-8";
body {
	
	
	background-color: #5b170e;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:fixed;
	padding-top:10px;

}

.container {
	width: 80%;
	max-width: 1200px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 900px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #5b170e; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	padding-top: 0px;
	margin: 0 auto;
}

#link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#f7ecc4;
	
}

#link a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#f7ecc4;
	text-decoration:none;
	padding-right: 20px;
}

#link a:hover {
	color: #f7ecc4;
	text-decoration: none;
}
#link a:visited {
	color: #f7ecc4;
	text-decoration: none;
}