* {
	margin: 0;
	padding: 0;
}
 
img {
  border: 0;
}
#wrapper {
	width: 760px;
	height: 600px;
	background-color: #000;
	margin: 0 auto 0 auto;
}
#wrapper2 {
	position:relative;
	float:left;
	width: 300px;
	height: 430px;
	background-color: #000;
}
#header {
	position:relative;
	float:left;
	top:0;
	width: 760px;
	height: 150px;
}
#leftcolumn1 {
	position:relative;
	float:left;
	top:0;
	width: 300px;
	height: 80px;
	z-index: 1;
}
#leftcolumn2 {
	position:relative;
	float:left;
	top:0;
	width: 300px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	
	z-index: 2;
}
#leftcolumn3 {
	position:relative;
	float:left;
	top:0;
	width: 300px;
	height: 50px;
	z-index: 3;
}
#rightcolumn {
	position:relative;
	float:left;
	top:0;
    width: 460px;
	height: 430px;
}
#footer {
	position:relative;
	float:left;
	top:0;
	width: 760px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 20px;	
}
body {
	background-color: #000000;
}
