/* --- New Balance Moustache Club v1.0 --- */
/* --- (c) HATAKE Design - www.hatake.de - Dezember 2009 --- */

@charset "utf-8";

/* --- general styles --- */

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

body
{
	background: url(media/images/bg.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0px;
}

strong
{
	font-weight: bold;
}

div#main
{
	position: absolute;
	width: 870px;
	height: 566px;
	left: 50%;
	top: 50%;
	margin-left: -405px;
	margin-top: -284px;
	background: url(media/images/mainBg.png) no-repeat;
	background-position: -15px -47px;
}

img#logo
{
	position: absolute;
	margin-left: 262px;
}

img#bubbleNB
{
	position: absolute;
	margin-left: 275px;
	margin-top: 465px;
	z-index: 2;
}

img#hat
{
	position: absolute;
	margin-left: 222px;
	margin-top: 338px;
	z-index: 2;
}

div#bubbleText
{
	position: absolute;
	display: inline;
	width: 302px;
	height: 276px;
	margin-left: 4px;
	margin-top: 121px;
	background: url(media/images/bubbleText.png) no-repeat;
}

div#bubbleText div
{
	position: absolute;
	display: inline;
	width: 236px;
	height: 160px;
	margin-left: 27px;
	margin-top: 45px;
	font-size: 12px;
	font-color: #372c1c;
	text-align: center;
	font-style: italic;
}

img#MrMoustache
{
	position: absolute;
	margin-left: 308px;
	margin-top: 98px;
}

img#bubbleEnter
{
	position: absolute;
	margin-left: 532px;
	margin-top: 198px;
	z-index: 2;
}

img#bubbleChairman
{
	position: absolute;
	margin-left: 510px;
	margin-top: 390px;
	z-index: 2;
}

/* --- specific content --- */
