#container {
	text-align: center;
}

#logo {
}

#collage {
}

.footer {
	float: left;
	color: #768E9D;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-align: center;
	width: 100%;
}
.footer a:link {
	color: #768E9D;
	text-decoration: none;
}
.footer a:visited {
	color: #747F85;
}
.footer a:hover {
	color: #0A1215;
	text-decoration: none;
}

#nav {
	text-align: center;
	margin-left: 23%;
}

#weddings
{
	display: block;
	width: 25%;
	height: 40px;
	background-image: url(../images/splash/splash_weddings.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	margin-right: 50px;
	float: left;
	
}

#weddings:hover
{
	background-position: 0 -40px;

}

#weddings span
{
  display: none;
}

#portraits
{
	display: block;
	width: 25%;
	height: 40px;
	background-image: url(../images/splash/splash_portraits.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	margin-right: 50px;
	float: left;
	
}

#portraits:hover
{
	background-position: 0 -40px;

}

#portraits span
{
  display: none;
}
#blog
{
	display: block;
	width: 25%;
	height: 40px;
	background-image: url(../images/splash/splash_blog.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	float: left;
	
}

#blog:hover
{
	background-position: 0 -40px;

}

#blog span
{
  display: none;
}


body {
	background-image: url(../images/splash/new/splashbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
