@charset "utf-8";
/* CSS Document */

img, div, a { behavior: url(iepngfix.htc) }

* {
	margin:0;
	padding:0;
}

input.box, textarea {
	width:200px;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-color:#e7d7b5;
	margin:0 auto;
	text-align:center;
}

.menu-button {
	margin:0 20px 10px 0;
}

/*///////////////////////HEADER CONTENT/////////////////////////*/

#header {
	float:left;
	display:inline;
	width:100%;
	height:380px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#header-image {
	float:left;
	display:inline;
	width:100%;
	height:380px;
}
/*///////////////////////END HEADER CONTENT/////////////////////////*/

#container {
	width: 960px;
	margin:0 auto;
}

#navigation {
	float:left;
	display:inline;
	width:960px;
	height:18px;
	background-image:url(../images/navigation/bg.jpg);
	background-repeat:no-repeat;
}

#green-content {
	float:left;
	display:inline;
	width:960px;
	min-height:375px;
	height:auto !important;
	height:375px;
	background-image:url(../images/content-bg.png);
	background-repeat:no-repeat;
}

/*///////////////////////CONTENT/////////////////////////*/

#buttons-left {
	float:left;
	display:inline;
	width:365px;
	height:327px;
	position:relative;
}

#content-wrapper {
	position: relative;
	float:right;
	display:inline;
	width:591px;
}

#title {
	float:left;
	display:inline;
	width:590px;
	height:79px;
	background-image:url(../images/title-bg.png);
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
}

#text-content {
	float:left;
	display:inline;
	width:591px;
	min-height:192px;
	height:auto !important;
	height:192px;
	background-image:url(../images/text-bg.png);
	background-repeat:repeat-y;
	text-align:left;
}

#text-footer {
	float:left;
	display:inline;
	width:590px;
	height:35px;
	background-image:url(../images/text--footer-bg.png);
	background-repeat:no-repeat;
	text-align:left;
}

#footer {
	float:left;
	display:inline;
	width:940px;
	padding:0 10px 0 10px;
}

#buttons-right {
	float:right;
	display:inline;
	width:365px;
	height:327px;
}

#title-left {
	float:left;
	display:inline;
	width:590px;
	height:79px;
	background-image:url(../images/title-bg.png);
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
}

#text-content-left {
	float:left;
	display:inline;
	width:591px;
	min-height:192px;
	height:auto !important;
	height:192px;
	background-image:url(../images/text-bg.png);
	background-repeat:repeat-y;
	text-align:left;
	padding-bottom:20px;
}

#text-footer-left {
	float:left;
	display:inline;
	width:590px;
	height:35px;
	background-image:url(../images/text--footer-bg.png);
	background-repeat:no-repeat;
	text-align:left;
}

#music-player {
	position:relative;
	float:left;
	display:inline;
	margin-top:-170px;
	z-index:500;
}
#music-player-right {
	position:relative;
	float:right;
	display:inline;
	margin-top:-170px;
	z-index:500;
}
/*///////////////////////END CONTENT/////////////////////////*/

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}