html 
{
      overflow				: -moz-scrollbars-vertical;
}

body
{
	margin-top				: 0px;
	background-color		: #FFFFFF;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	font-style				: normal;
}

div.global-section
{
	width					: 800px;
	margin-left				: auto;
	margin-right			: auto;
}

div.top-section
{
	height					: 100px;
	background-image        : url(../images/DVD-Background.gif);
}

div.left-section
{
	border					: 0px;
	height					: 400px;
	width					: 150px;
	margin					: 0px;
	float					: left;
	padding-top				: 50px;
	text-align				: center;
}

div.menu-section
{
	padding					: 5px 5px 5px 5px;
	border					: 0px;
	height					: 20px;
	width					: 637px;
	float					: left;
	text-align				: center;
}

div.middle-section
{
	padding     			: 20px 50px 20px 50px;
	border					: 0px;
	height					: auto;
	width					: 547px;
	float					: left;
}

div.bottom-section
{
	padding-top				: 5px;
	clear					: both;
	float					: left;
	width					: 800px;
	height					: 30px;
	background-color		: #E71D8A;
	text-align				: center;
	color					: #FFFFFF;
	font-weight				: bold;
	font-size				: 10px;
}

input.menu-button
{
	width					: 80px;
	height					: 20px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	font-weight				: bold;
	text-transform			: uppercase;
	color					: #FFFFFF;
	background-color		: #E71D8A;
	border					: 1px solid #BA1470;	
	margin-left				: 5px;	
}
