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

body {
	width: 1050px;
	background-color: #0094b3;
	background-image: url(../images/bghome.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: small; 
	margin-top: 0;
	padding: 0;
	}

a img {
	border: none;
}

a.date {
	width: 250px;
	height: 700px;
	background: url(../images/date2.gif) no-repeat;
	position: absolute;
	left: 50px;
	margin: 0;
	padding: 0;
}

a:hover.date {
	background-position: bottom;
}

a.alph {
	width: 250px;
	height: 700px;
	background: url(../images/alph2.gif) no-repeat;
	position: absolute;
	left: 300px;
	margin: 0;
	padding: 0;
}

a:hover.alph {
	background-position: bottom;
}

a.colo {
	width: 250px;
	height: 700px;
	background: url(../images/colo2.gif) no-repeat;
	position: absolute;
	left: 550px;
	margin: 0;
	padding: 0;
}

a:hover.colo {
	background-position: bottom;
}

a.size {
	width: 250px;
	height: 700px;
	background: url(../images/size2.gif) no-repeat;
	position: absolute;
	left: 800px;
	margin: 0;
	padding: 0;
}

a:hover.size {
	background-position: bottom;
}

img.alph {
	width: 250px;
	height: 700px;
	position: absolute;
	left: 300px;
	margin: 0;
	padding: 0;
}

img.colo {
	width: 250px;
	height: 700px;
	position: absolute;
	left: 550px;
	margin: 0;
	padding: 0;
}

img.size {
	width: 250px;
	height: 700px;
	position: absolute;
	left: 800px;
	margin: 0;
	padding: 0;
}

.footer {
	color: #FFFFFF;
	}

#name {
	position: absolute;
	bottom: 35px;
	left: 75px;