#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#pix01 {
	float: left;
	height: 247px;
	width: 450px;
	background-image: url(../img/splash01.jpg);
}
#pix02 {
	background-image: url(../img/splash02.jpg);
	float: left;
	height: 247px;
	width: 450px;
}
#pix03 {
	background-image: url(../img/splash03.jpg);
	float: left;
	height: 303px;
	width: 450px;
}
#pix04 {
	background-image: url(../img/splash04.jpg);
	float: left;
	height: 303px;
	width: 450px;
}
#clic {
	height: 15px;
	width: 62px;
	position: absolute;
	left: 585px;
	top: 232px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

