html {
	background-image:		url('images/backgroundtile.jpg');
	background-position:	top center;
	
	font-family:			Arial, sans-serif;
	font-size:				13px;
}

#MinHeight {
	position:				absolute;
	top:					0;
	left:					0;
	width:					1px;
	overflow:				hidden;
	height:					720px;
}

#ContentContainer {
	position:				absolute;
	top:					30%;
	width:					100%;
}

#Title {
	text-align:				center;
}

#Links {
	width:					226px;
	margin:					0 auto;
	padding-top:			5%;
}

#Links a {
	color:					white;
	text-transform:			uppercase;
	text-decoration:		none;
}

#WeddingLink, #Divider, #BlogLink {
	float:					left;
	text-align:				center;
}

#WeddingLink, #BlogLink {
	padding:				12px 18px;
}

#WeddingLink img, #BlogLink img {
	padding:				0 0 15px 0;
}

#BlogLink img {
	padding-bottom:			17px;
}


#DescriptionText {
	position:				absolute;
	bottom:					0;
	
	padding:				10px 40px;
	
	color:					rgb(18,69,93);
	
	font-size: 				10px;
}