body {
	background: #000 url(../gallery/entry_texture.jpg) no-repeat fixed top center;
}
#container {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	width: 850px;
	margin: 125px auto;
	line-height: 30px;
	letter-spacing: 2px;
}
img {
	border: 0px;
}
#logo {
	margin: 50px 0px 25px 0px;
	text-align:center;
        padding: 25px 0px 0px 0px;

}
#enter {
	width:220px;
	float:left;
	margin:10px 0 0 150px;
}
#image_container {
	height:624px;
	background-color:#fff;
}
#blog {
	width:220px;
	float:right;
	margin:10px 150px 0 0;
}
#info {
	clear:both;
	margin-top:100px;
	background-color:#fff;
}
#info h1 {
	font-size:16px;
}
a:link {
	color: #40231f;
	text-decoration: none;
}
a:hover {
	color: #40231f;
	text-decoration: none;
}
a:visited {
	color: #40231f;
	text-decoration: none;
}
a:visited:hover {
	color: #40231f;
	text-decoration: none;
} 
#description {
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	width:75%;
	margin:50px auto 0 auto;
	text-align:justify;
}
#description p {
	padding:0 0 10px 0;
}