body {
	background: url('../images/layout/body_bg.png') center fixed no-repeat #323a40;
	font-family: Lucida Grane, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #47555F;
	
}

a {
	color: #262B2F;
	text-decoration: none;
	border-bottom: 1px dotted #262B2F;
}

a:hover {
	border-bottom: 1px solid #262B2F;
}

p {
	line-height: 25px;
}

div.container {
	width: 820px;
	margin: auto;
	margin-top: 15%;
}

div.container div.top_logo {
	display: block;
	height: 70px;
	background: url('../images/layout/top_logo.png') top left no-repeat;
}

div.container div.main {
	background: url('../images/layout/shadow_left_right.png') top left repeat-y;
}

div.container div.main div.top {
	background: url('../images/layout/shadow_top.png') bottom left no-repeat;
	height: 5px;
}

div.container div.main div.bottom {
	background: url('../images/layout/shadow_bottom.png') top left no-repeat;
	height: 5px;
}

div.container div.main div.middle {
	background: #EEE;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px;
	width: 780px;
}