body
{
	background: black;
	color: #777777;
	width: 1024px;
}

#leftside
{
	float: left;
	width: 138px;
	margin: 0;
	border: 2px solid #777777;
}

#main
{
	margin-left: 175px;
	padding: 1px;
	text-align: center;
	color: red;
	width: 850px;
}

#main_MD
{
        margin-left: 175px;
	text-align: center;
        padding: 1px;
        width: 850px;
}

#header
{
	margin-left: 0px;
	border-bottom: 2px solid #777777;
	color: white;
}

#footer
{
	clear: both;
	margin-left: 0px;
	border-top: 2px solid #777777;
}

A:link { text-decoration: none; border-bottom: 1px dotted red; color: red; }
A:visited { color: red; text-decoration: none; }
A:hover { text-decoration: none; border-bottom: 1px solid red; color: red; }

#table_center
{
	text-align: center;
	color: #FF0000;
}

#tr_bg:hover
{
	background-color: #FFFFFF;
	color: #000000;
}

#span_link
{
	color: red;
	text-decoration: none;
}

#span_link:hover
{
	text-decoration: underline;
}

ul li:hover
{
	list-style-type: upper-roman;
}

#pic_heading
{
	text-decoration: underline;
	font-size: large;
}

.pic_heading
{
	text-decoration: underline;
	font-size: large;
}

#small_hr
{
	width: 50%;
}

#thumbnail_container
{
	width: 752px;
	height: 261px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}

#thumbnail_box_left
{
	left: 0;
	position: absolute;	
	width: 250px;
	height: 260px;
	border-right: 1px solid red; 
	border-bottom: 1px solid red;
}

#thumbnail_box_center
{
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 250px;
	height: 260px;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
}

#thumbnail_box_right
{
	right: 0;
	position: absolute;
	width: 250px;
	height: 260px;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
}

#comment_box
{
        z-index: 25; 
        width: 75%;
        position: fixed; 
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border: 2px solid red;
        background: white;
        color: black;
}




// to be removed!!!!
.display_comment_box
{
	position: relative;
	Z-index: 1000;
	width: 752px;
	left: 178px;
	top: 125px;
	background: #000000;
	border: 1px solid red;
}

hr
{
	color: #777777;
	padding-top: 1px;
}

#MD_name
{
	width: 550px;
	height: 25px;
	font-size: 14pt;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 2px;
}

#MD_director
{
	width: 500px;
	height: 18px;
	text-align: left;
	position: absolute;
	left: 0;
	padding-left: 2px;
}

#MD_genre
{
	width: 300px;
	height: 18px;
	text-align: left;
	position: absolute;
	left: 0;
	padding-left: 2px;
}

#MD_year
{
	width: 95px;
	height: 18px;
	text-align: right;
	position: absolute;
	right: 0;
	padding-right: 2px;
}

#MD_media
{
	width: 150px;
	height: 18px;
	text-align: right;
	position: absolute;
	right: 0;
	padding-right: 2px;
	font-size: small;
}

#MD_id
{
	width: 150px;
	height: 18px;
	left: 0;
	text-align: left;
	font-size: small;
	padding-left: 2px;
	position: absolute;
}

#MD_discs
{
	width: 150px;
	height: 18px;
	position: absolute;
	left: 0;
	text-align: left;
	padding-left: 2px;
}

#MD_length
{
	width: 150px;
	height: 18px;
	position: absolute;
	right: 0;
	text-align: right;
	padding-right: 2px;
}

#MD_add_info
{
	width: 600px;
	height: 50px;
	position: absolute;
	text-align: left;
	left: 0;
	padding-left: 2px;
}

#contain
{
	z-index: 25;
	width: 600px;
	height: 300px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: fixed;
	margin: auto;
	border: 2px solid red;
	background: black;
	color: #777777;
	text-align: center;
}

#overlay
{
	position: fixed;
	background: black;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: .0;
	z-index: 20;
}

#contain_title
{
	width: 550px;
	height: 30px;
	position: relative;
	border: 1px solid red;
	left: 0;
	right: 0;
	margin: auto;
}
