body
{ 
	background-color:#333;
	color: white; 
}

#photo
{
	border:8px solid white;
	float: left;
	width: 400px;
	height: 550px;
	position:relative;
	margin-left:50px;
	margin-top:80px;
}

#heading{ text-align: center; }

#sign{color:white;}

#description
{
		 float:right;
		 font-size: 24px;
		 width:950px;
		 margin-right:40px;
		 margin-top:20px;
}

#table
{
	    font-size:20px;
		font-weight: bold;
		position: relative;
		top:100px;
		left:65px;
}

#imdb{width:70px;}

#tomato{width:70px;}

.h1
{
	font-weight:bold;
	color: white;
 }

.h2
{
	font-weight:bold;
	color: white;
 }

#cast
{  
	   color:white;
	   float:right;
	   font-size: 24px;
	   position: relative;
	   top:-50px;
	   right:40px;
}

th, td 
{
    padding: 16px;
}
		