/* CSS Document */


/* **************************DIV********************** */

#container{
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#container_right{
	width: 200px;
	float: left; 
}

#top_add{
	padding: 5px;
	visibility: hidden;
	margin-top: 5px;
}

#top{
	height:150px;
	width:auto;
}

#menu_left{
	width:400px;
	float:left;
}
#detail_item{
	width:480px;
	margin-right:20px;
	height:500px;
	float:left;
}
#top_text{
	font-size: 40px;
	font-weight: bolder;
	color:#000000;
	text-transform: uppercase;
	height:150px;
}

div.release_item{
	
}



/* *************************STYLE********************* */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#000000;
}
