body {
	margin: 0px auto;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background: url(../images/bg.jpg) top no-repeat #000;
}

a {
	color:#217bc0;
	outline:none;
	text-decoration:underline;
}
a:hover,
a:focus {
	text-decoration:none;
}

input[Type="text"],
input[Type="password"],
textarea {
	border-top: #7c7c7c 1px solid;
	border-bottom: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	padding: 3px;
}

/* ###### LAYOUT ###### */

#wrapper {
	width: 100%;
	height: 100%;	
}

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

#content-container {
	
}

.earth {
	margin: 0 auto;
	background: url(../images/earth.png) bottom no-repeat;
	width: 783px;
	height: 227px;
}

.logo a {
		margin: 0 auto;
		background: url(../images/logo.png) center no-repeat;
		width: 365px;
		height: 215px;		
	}


.footer {
	width: 668px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/footer-bg.png);
	
}

.copyright{
	text-align: center;
	color: #FFF;
	padding-top: 50px;
	font-size: 14px;
	text-decoration: none;
}

.copyright a {
	text-align: center;
	color: #FFF;
	padding-top: 50px;
	font-size: 14px;
	text-decoration: none;
}

#content {
	padding: 20px;
}

#nav {
	margin: 0;
}

#nav ul,
#nav li {
	margin:  10px 0px 0px 0px;
	display: inline;	
	list-style: none;
	font-weight: bold;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active {
	padding: 10px 20px 10px 20px !important;
	color: #585753;
	text-decoration: none;
	display: inline-block !important;
	float: left;
	margin:  0px 1px 0px 0px;	
}

#nav li a:hover,
#nav li a.selected {
	
}

/* ###### STYLES ###### */

.logo {
	padding: 10px;
	margin: 0 auto;
}
	.logo a {
		display:block;
		text-indent:-5000px;
	}

.left-column {
	width: 243px;
	height:535px;
	background: url(../images/left-column-img.jpg);
	float: left;
	position: absolute;
}

.red-line {
	background: url(../images/red-line.png);
	width: 195px;
	height: 515px;
}
	
	.left-column ul, li {
		list-style: none;
		display: block;
		padding: 5px;
		margin-bottom: 68px;
		
	}
	
	.left-column li a:link,
	.left-column li a:visited,
	.left-column li a:active {
		font-family: century gothic;
		color: #FFF;
		font-size: 24px;
	}
	
	.left-column li a:hover {
		font-size: 22px;
	}
	
	.navi-music {
		margin: 20px 0px;
		background: url(../images/navi-music.png) no-repeat top;
		width: 177px;
		height: 72px;
		display: block;
		text-indent: -99999px;
	}
	
		.navi-music:hover{
			background: url(../images/navi-music.png) no-repeat;
			width: 177px;
			height: 72px;
			background-position: 0 -72px;
		}
	
	.navi-facebook {
		margin: 70px 0px;
		background: url(../images/navi-facebook.png) no-repeat top;
		width: 151px;
		height: 58px;
		display: block;
		text-indent: -99999px;
	}
	
		.navi-facebook:hover{
			background: url(../images/navi-facebook.png) no-repeat top;
			width: 177px;
			height: 58px;
			background-position: 0 -58px;
		}
	
	.navi-imdb {
		margin: 10px 0px;
		background: url(../images/navi-imdb.png) no-repeat top;
		width: 99px;
		height: 52px;
		display: block;
		text-indent: -99999px;
	}
	
		.navi-imdb:hover{
			background: url(../images/navi-imdb.png) no-repeat top;
			width: 99px;
			height: 52px;
			background-position: 0 -52px;
		}
	
	.navi-merchandise {
		margin: 90px 0px;
		background: url(../images/navi-merchandise.png) no-repeat top;
		width: 191px;
		height: 68px;
		display: block;
		text-indent: -99999px;
	}
	
		.navi-merchandise:hover{
			background: url(../images/navi-merchandise.png) no-repeat top;
			width: 191px;
			height: 68px;
			background-position: 0 -68px;
		}	

.right-column {
	width: 535px;
	float: right;
	height: 535px;
}

.clear {
	clear: both;
}

.spacer {
	margin-top: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}