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

body {
	background-image: url(Images/bg_2.jpg);
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1036px;
	height:125px;
	z-index:1;
}
#product1 {
	position:absolute;
	left:0px;
	top:125px;
	width:465px;
	height:475px;
	z-index:2;
}
#product2 {
	position:absolute;
	left:465px;
	top:125px;
	width:571px;
	height:275px;
	z-index:3;
}
#product3 {
	position:absolute;
	left:465px;
	top:400px;
	width:571px;
	height:200px;
	z-index:4;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer {
	position:absolute;
	left:28px;
	top:605px;
	width:1006px;
	height:20px;
	z-index:8;
}