@charset "utf-8";
/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif;font-size:100%;color: #FFF;min-width:960px;}

html { 
	background: url(img/Music_dj_75017.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.5384em;
}

.header1 {
	height: 200px;
	width: 960px;
	margin:0;
	position: relative;
 	background: url(img/header.jpg);
}

.navi {
	width:960px;
	height:80px;
}

#menu {
	height: 40px;
	position: relative;
	bottom:0px;
	color:#000;
}

#menu a {
	height: 30px;
	float: left;
	margin-right: 10px;
	padding: 10px 20px 0;
	color: #fff;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-decoration: none;
	border-radius: 3px;
}

#menu a:hover {
	color: #CF0;
}



.sidebar {
	width:200px;
	height: 600px;
	padding:0;
	margin:0;
	background: url(img/stuff/sidebar.jpg);
	float: left;
	
	
}

.sidebar2 {
	width:200px;
	height: 600px;
	padding:5px;
	margin:0;
	background: #333;
	float: left;
	
	
}


.content {
	width:750px;
	height: 600px;
	padding:0;
	margin:0;
	background: url(img/backban.png);
	float: right;
	text-align:center;
}

.content2 {
	width:750px;
	height: auto;
	padding:0;
	margin:0;
	background: url(img/backban.png);
	float: right;
	text-align:center;
}

.content3 {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
}

.clear {
	float:left;
}



h1, h2{
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 20px;
	text-align: center;
	
}

h3 {
	font-size: 36px;
}

p {
	font-size: 18px;
	text-align:center;
	padding: 20px
}

.impress {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
}

.links {
	color: #fff;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}

a:hover {
	color: #CF0;
}