@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #4E2E2E;
	text-align: center;
	margin: 0 auto;
}
.container  {
	width: 800px;

	margin: 0 auto;
	background-image: url(../images/homepg.jpg);
	border: #000000 5px solid;
	background-repeat: no-repeat;
	background-position: center top;
}
.blog {
	position: relative;

	width: 175px;
	font-size: 85%;
	text-align: left;
}
.nav {
	position: relative;
	font-size: 120%;
}
.signup  {
	position: relative;
	top: 55px;
	left: 565px;
	width: 210px;
}
a {
	color: #660000;
	text-decoration: none;
	border-bottom: #660000 1px dotted;
	font-weight: bold;
}
a:hover {
	color: #B50000;
	text-decoration: none;
	border-bottom: #660000 1px dotted;
}

