#main {
	background-image:		url(./img/background.jpg);
	position:				absolute;
	left:					50%;
	top:					50%;
	width:					720px;
	height:					520px;
	margin-top:				-260px;
	margin-left:				-360px;
}

#menu {
	position:				absolute;
	left:					275px;
	top:					135px;
}

#content {
	position:				absolute;
	left:					275px;
	top:					185px;
	width:					420px;
}

#content, td {
	font-family:				verdana;
    	font-size:				12px;
	color:					#3b4172;
}

#content table.pricelist {
	margin-top:				50px;
}

a {
	text-decoration:		none;
	color:					#3b4172;
}

a:hover {
	text-decoration:		underline;
}
