* {
	margin:0 auto;
	padding:0;
}

body {
	background:#000;
	color:#999;
	font-family:Arial, Helvetica, Sans;
	letter-spacing:0.1em;
	font-size:14px; 
	line-height:20px;
	text-align:center;
}

p {
	margin-top:10px;
	letter-spacing:0em;
}

img {
	border:none;
}

h1 {
	color:#fc3;
	font-size:36px;
	line-height:48px;
}

h2 {
	color:#ccc;
	font-size:36px;
	line-height:48px;
}

h3 {
	color:#fc3;
	font-size:24px;
	line-height:36px;
}

#page{
	position:absolute;
	left:50%;
	margin-left:-480px;
}

#wrapperHead {
	background:url(../../img/logo.jpg) no-repeat;
	width:960px;
	height:160px;
	float:left;
}

#wrapperHome {
	width:960px;
	height:500px;
	margin-top:20px;
	float:left;
}

#wrapperParty {
	background-color:#272727;
	width:960px;
	height:760px;
	margin-top:20px;
	float:left;
}

#wrapperContent {
	background-color:#272727;
	width:960px;
	margin-top:20px;
	float:left;
}

#wrapperBottom {
	background:url(../../img/bottom.jpg) no-repeat;
	width:960px;
	height:60px;
	margin-top:20px;
	float:left;
}

#wrapperFooter {
	width:960px;
	height:50px;
	margin-top:10px;
	float:left;
	text-align:center;
}

#wrapperMusic {
	background-color:#ccc;
	width:960px;
	height:15px;
	float:left;
}

#headline {
	width:920px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}

#column {
	width:280px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
}

#column-double {
	width:560px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
}

#column-wide {
	width:920px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
}

#column-narrow {
	width:120px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
}

#row {
	width:300px;
	float:left;
	margin-right:20px;
	text-align:left;
}

#row-wide {
	width:940px;
	float:left;
	margin-right:20px;
	text-align:left;
}

#left {
	width:300px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	text-align:left;
}

#right {
	width:230px;
	float:right;
	margin-top:10px;
	margin-right:20px;
	text-align:right;
}

#navi {
	background:url(../../img/navi.jpg);
	top:280px;
	width:960px;
	height:30px;
	float:left;
	text-align:left;
}

.footnote {
	font-size:10px; 
	line-height:16px;
}

.menu-small {
	font-size:10px; 
	color:#666;
	text-decoration:none;
}

.menu-small:hover {
	color:#ccc;
}

.menu {
	color:#666;
	font-size:12px; 
	text-decoration:none;
}

.menu:hover {
	color:#ccc;
}

.active {
	color:#ccc;
	font-size:12px; 
	text-decoration:none;
}

.bullet {
	color:#fc3;
	font-size:7px;
	margin-right:6px;
	float:left;
}

#dropdown {position:relative;float:left;}
#dropdown .partys {width:205px;height:30px;background:url(../../img/partys.jpg) 0 0 no-repeat;text-indent:-9999px;margin:0;}
#dropdown .locations {width:205px;height:30px;background:url(../../img/locations.jpg) 0 0 no-repeat;text-indent:-9999px;margin:0;}
#dropdown .partner {width:110px;height:30px;background:url(../../img/partner.jpg) 0 0 no-repeat;text-indent:-9999px;margin:0;}

#dropdown ul {width:248px;background:#000;border:1px solid #666;border-width:0 1px 1px 1px;position:absolute;left:0;top:30px;margin:0;padding:0;list-style:none;}

#dropdown ul a:link, #dropdown ul a:visited {display:block;width:218px;padding:2px 10px 2px 20px;text-decoration:none;color:#999;font-weight:normal;}
#dropdown ul a:hover, #dropdown ul a:active {background:#333;}

#dropdown {height:30px;overflow:hidden;}
#dropdown:hover {overflow:visible;}

#dropdown {display:none;}
html>body #dropdown {display:block;}