body {
	background-color: #000000;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  body {
    background: #000000;
    width: 100%;
  }
}

#main {
	width: 1024px;
	height: 775px;
	margin: 0 auto;
}

#maincontact {
	width: 1024px;
	height: 650px;
	margin: 0 auto;
}

#mainreel {
	width: 1024px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#subreel {
	width: 320px;
	margin: 0px 0 0 10px;
	float: left;

}

#subreelnextrow {
	width: 320px;
	margin: 20px 0 0 10px;
	float: left;

}


#name
{
	width: 750px;
	height 50px;
	float:left;
}

#imdb
{
	width: 400x;
	height 50px;
	float:right;
}

#header {
	height: 80px;
	width: 1024px;
}


#footer {
	height:80px;
	width: 1024px;
	margin: 0 auto;

}

#footer .left {
	height:80px;
	width: 512px;
	float: left;

}

#footer .right {
	height:80px;
	width: 512px;
	float: right;

}



h1 {
	color: #A8D4E0;
	text-align: left;
	font-size: 48px;
	text-transform:none;
	font-family: Impact;
	line-height: 20px;
	padding: 0 0 0 80px;
	
	
}


h2 {
	color: #FFFFFF;
	text-align: left;
	font-size: 26px;
	text-transform:none;
	font-family: Times;
	line-height: 0px;
	padding: 0 0 0 80px;
}

h3
{
	color:#FFFFFF;
	text-align: center;
	font-size: 42px;
	font family: Times;
	padding: 30px 20px 0 20px;
}

h4
{
	color:#FFFFFF;
	text-align: center;
	font-size: 24px;
	font family: Times;
	padding: 15px 0px 0 0px;
}

h5
{
	color:#FFFFFF;
	text-align: left;
	font-size: 28px;
	line-height: 28px;
	font family: Times;
	padding: 0px 0px 0px 90px;
}

h6
{
	color:#FFFFFF;
	font-size: 18px;
	line-height: 1px;
	background-color:blue;
}




.left h1 {
	color: #A8D4E0;
	font-size: 12px;
	text-transform:none;
	font-family: Helvetica;
	line-height: 20px;
	
	
}

p {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Helvetica;
}

.Clear
{
Clear: both;
}


