body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	text-align: center;
}
img {
	border: 0px;
}
a {
}
a:hover {
	text-decoration: none;
}
td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6699;
}
td a:hover {
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC6699;
}
#header_bg {
	width: 100%;
	text-align: center;
	background-image: url('images/header_bg.jpg');
}
td.descr {
	text-align: center;
	width: 155px;
	font-size: 10px;
	background-image: url('images/3.jpg');
}
#content {
	width: 100%;
}
#content img {
	background-color: #fbcce1;
	border: 1px solid #f490b8;
	padding: 1px;
	margin: 1px;
	color: #80674D;
}
#content img:hover {
	border: 1px solid #ffffff;
}
#content table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#content td {
	width: 33%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
#content td a {
	font-size: 24px;
}
#content td a:hover {
	text-decoration: none;
}