body {

	overflow: hidden;

	background: url(bg.png) repeat;

	background-attachment:fixed;

	width:480px;

	margin: 50px auto;

	font-family:  'Muli', sans-serif;

	font-size: 10px;

	color: #000000;

}



#wrapper {

	width: 480px;

	height: 430px;

	padding: 0;

	background: #FFFFFF no-repeat center top;

	background-position: center;

	box-shadow: 0px 0px 5px #666666;

}



#header-wrapper {

	overflow: hidden;

	width: 480px;

	height: 50px;

	background: #FFFFFF;

}



/* main */



#main {

	float: none;

	width: 480px;

	height: 350px;

	background: url("logo.png") no-repeat;

}



/* Gallery */

#splash {

	overflow: auto;

	width: 480px;

	height: 30px;

	margin: 0px auto;

	padding: 0px 313px;

	font-family:  'Muli', sans-serif;

	font-size: 12px;

	color: #FFFFFF;

}



#splash ul {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 12px;

	list-style: none;

}



#splash li {

	float: left;

	margin-left: 5px;

	margin-bottom:10px;

}



#splash img {

	border: 5px solid #FFCCCC

}



#splash .first {

	margin-left: 0px;

}



/* Image 1 */

#splash .img1 {

	display: block;

	width: 110px;

	height: 16px;

	background: url('mob.png') bottom;

	text-indent: -99999px;

	border: 0px solid #CCCCCC

}



#splash .img1:hover {

	overflow: hidden;

	background-position: 0 0;

	text-indent: 0px;

}



/* Image 2 */

#splash .img2 {

	display: block;

	width: 24px;

	height: 16px;

	background: url('mail.png') bottom;

	text-indent: -99999px;

}



#splash .img2:hover {

	overflow: hidden;

	background-position: 0 0;

	text-indent: 0px;

}

