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

#master {
	width: 900px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: auto;
	top: 10px;
	right: auto;
	bottom: 0px;
	background-image: url(images/bg.jpg);
}
A:hover {
	color: #666
}
a  {
	text-decoration:none;
	color: #FFF;
}
#menubar {
	position: absolute;
	height: 175px;
	width: 100px;
	top: 274px;
	left: 99px;
}
#menu1 {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 0px;
	top: 0px;
}

#menu2 {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 0px;
	top: 35px;
}
#menu3 {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 0px;
	top: 70px;
}
#menu4 {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 0px;
	top: 105px;
}
#menu5 {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 0px;
	top: 140px;
}
#main {
	position: absolute;
	height: 430px;
	width: 640px;
	top: 135px;
	right: 25px;
}
#menu {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 100px;
	bottom: 20px;
}
#menu_xmas {
	position: absolute;
	height: 35px;
	width: 100px;
	left: 200px;
	bottom: 20px;
}
#contact_info {
	position: absolute;
	height: 395px;
	width: 250px;
	top: 0px;
	right: 25px;
}
#ebox {
	position: absolute;
	height: 395px;
	width: 320px;
	top: 0px;
	left: 0px;
	
	}
</style>


