* { margin: 0; padding: 0; border: none; }

body {
	background: #191919 url(../images/background.jpg) repeat-x top left;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #7d7d7d;
}

#main {
	width: 750px;
	margin: 0 auto;
}

#nav {
	width: 750px;
	height: 68px;
}

#header {
	height: 295px;
}

#contentarea {
	width: 750px;
	min-height: 366px;
	background: #2a2a2a;
}

#inside {
	padding: 20px;
}

	#inside p, #inside h1 {
		margin-bottom: 10px;
	}

#copy {
	height: 326px;
	width: 326px;
	float: left;
}
	#text {
		height: 312px;
	}

	#copy h1 {	
		padding: 20px 20px 10px 20px;
	}
	
	#copy p {	
		padding: 0 20px;
	}

	#mailinglist {
		background: #222222;
		height: 31px;
		margin-top: 20px;
		text-align: center;
		padding-top: 13px;
	}
	
#vid {
	background: #3c3c3c;
	height: 336px;
	width: 384px;
	float: right;
	padding: 20px;
	text-align: center;
}

#footer {
	width: 750px;
	height: 70px;
	color: #6f6f6f;
	font: normal 12px Arial, Helvetica, sans-serif;
}

	#copyright {
		float: left;
		padding-top: 30px;
	}
	
	#kat {
		float: right;
		padding-top: 10px;
	}

a {
	color: #f55a97;
}

a:hover {
	color: #d20b5b;
}
	
input, textarea {
  background: #6d6c6c;
  border: 1px solid #3c3c3c;
  color: #d5d5d5;
  padding: 3px;
  margin-bottom: 3px;
}


h1 {
	color: #e52874;
	font-size: x-large;
}
