
*{
	margin: 0;
	border: 0;
}

a{
	color: #ffffff;
	text-decoration: none;



}

body {
	//width: 1440px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	background-color:#000000;
}

#mainDiv{
	padding-left: 10px;
	margin-top: 50px;
	//margin-left:235px;
	margin-bottom: 100px;
	//margin-right: 245px;
	width: 950px;
	height: 635px;
	background-color: #000000;
	text-align: left;
}

#logo{
	height: 110px;
	width: 950px;
	text-align: center;
	background-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#mainContent{
	margin-top: 0px;
	height: 440px;
	width: 950px;
	background-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

#movieTitle{
	float: left;
	height: 38px;
	padding-top: 33px;
	width: 880px;
	background-color:#000000;

}

#facebookDiv{
	padding-top: 5px;
	float: right;
	height: 12px;
	width: 70px;
	background-color:#000000;

}

#movieContener{
	height: 355px;
	width: 630px;
	float: left;
	background-color:#000000;

}

#facebookContener{
	margin-left: 10px;
	float: right;
	height: 355px;
	width: 310px;
	background-color:#000000;

}

#bottomDiv1{

	float: left;
	height: 40px;
	width: 400px;
	background-color:#000000;


}
#bottomDiv2{
	float: right;
	height: 40px;
	width: 550px;
	background-color:#000000;


}
