html {
	height: 100%;
}
body {
	height: 92%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #262626;
	background: #000000 url(images/crackedbackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#logo {
	text-align: center;
	padding: 30px;
}
#main {
	width: 1000px;
	text-align: center;
	margin: 10px auto 10px auto;	
}
#bloglink {
	float: left;
	margin-top: 100px;
}
#gallerylink {
	float: right;
	margin-top: 100px;
}
#photodiv {
	width: 650px;
	margin: 10px auto 10px auto;
	text-align: center;
}
#photo {
	background-color: #ffffff;
	padding: 5px;
}

