body {
	margin:				0px;
	padding:			0px;
	color: 				#DDD;
	background-image:	url(images/bg2.jpg);
	background-repeat:	repeat-y;
	background-position:center top;
}

.wrapper{
	position:			relative;
	top:				40px;
	margin:				0 auto;
	width:				550px;
}

.logo {
	position:			relative;
	display: 			block;
	background-image:	url(images/logo.png);
	background-repeat:	none;
	width:				545px;
	height:				122px;
}

.buttonit {
	position:			relative;
	margin-top: 		150px;
}

.photoblog {
	position:			relative;
	float:				left;
	background-image:	url(images/photoblog.png);
	background-repeat:	none;
	height:				324px;
	width:				265px;
}

.gallery {
	position:			relative;
	float:				right;
	background-image:	url(images/gallery.png);
	background-repeat:	none;
	background-repeat:	none;
	height:				324px;
	width:				265px;
}

.photoblog:hover {
	position:			relative;
	float:				left;
	background-image:	url(images/photoblog_h.png);
	background-repeat:	none;
	height:				324px;
	width:				265px;
}

.gallery:hover {
	position:			relative;
	float:				right;
	background-image:	url(images/gallery_h.png);
	background-repeat:	none;
	background-repeat:	none;
	height:				324px;
	width:				265px;
}

.contact {
	position:			relative;
	margin-left:		auto;
	margin-right:		auto;
	top:				400px;
	background-image:	url(images/contact.png);
	background-repeat:	none;
	height:				23px;
	width:				287px;
}