@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#Wrapper {
	text-align:left;
	width: 955px;
	height: 100%;
	min-height: 100%;
	height: 100% !important;
	margin: 0px auto 15px auto;
}

#Landing Title {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px 100px 0px 100px;
}

a.Bridal_rollover {
	display: block;
	width: 320px;
	height: 100px;
	background: url(../Assets/BridalMakeup.jpg) 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.Bridal_rollover {
	background-position: -320px 0;
} 

a.Fashion_rollover {
	display: block;
	width: 320px;
	height: 100px;
	background: url(../Assets/FashionMakeup.jpg) 0 0 no-repeat;
	text-decoration: none;
}
 
a:hover.Fashion_rollover {
	background-position: -320px 0;
} 
#Footer {
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	height: 15px;
	text-align: left;
	border-top: 1px solid #cccccc;
	width: 100%;
	margin: 0px auto 0px auto;
	color: #CCCCCC;
	font-size: 0.7em;
	left: 0px;
	clear: both;
	background-color: #FFFFFF;
}
#Wrapper #centeredImage {
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: -20px;
}
