html, body
{
	height: 100%;
}

body
{
	background: url("../img/bg.jpg") no-repeat #000;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc000;
}

a img
{
	border: 0;
}

a, a:active
{
	text-decoration: none;
	color: #fff;
	outline: none;
}

a:hover
{
	text-decoration: underline;
	color: #fff;
}

.a:visited
{
	color: #fff;
}

.main
{
	margin-left: 310px;
	overflow-x: hidden;
}

.menu_container
{
	margin: 16px 0 80px 24px;
	height: 48px;
}

.menu_item_about
{
	float: left;
	height: 22px;
	width: 74px;
}

.menu_item_about_active
{
	float: left;
	height: 22px;
	width: 74px;
	background: url("../img/menu-about-active.gif") no-repeat;
}

.menu_item_pictures
{
	float: left;
	height: 22px;
	width: 78px;
	margin-top: 8px;
}

.menu_item_pictures_active
{
	float: left;
	height: 22px;
	width: 78px;
	background: url("../img/menu-pictures-active.gif") no-repeat;
	margin-top: 8px;
}

.menu_item_media
{
	float: left;
	height: 22px;
	width: 58px;
	margin-top: 14px;
}

.menu_item_media_active
{
	float: left;
	height: 22px;
	width: 58px;
	background: url("../img/menu-media-active.gif") no-repeat;
	margin-top: 14px;
}

.menu_item_party
{
	float: left;
	height: 22px;
	width: 56px;
	margin-top: 20px;
}

.menu_item_party_active
{
	float: left;
	height: 22px;
	width: 56px;
	background: url("../img/menu-party-active.gif") no-repeat;
	margin-top: 20px;
}

.menu_item_contact
{
	float: left;
	height: 22px;
	width: 68px;
	margin-top: 26px;
}

.menu_item_contact_active
{
	float: left;
	height: 22px;
	width: 68px;
	background: url("../img/menu-contact-active.gif") no-repeat;
	margin-top: 26px;
}

.social
{
	
}
