body{
	height: 100%; 
	width: 100%;
	overflow: hidden;
	padding: 0 0;
	margin: 0 0;
	background-color: #212121;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a{
   color: #CCCCCC;
}

a:hover{
	color: #ffffff;	
}

#content{
	display: block;
	padding: 20px;
}

.clearall{
	clear: both;
}

.cnnOpin {
	color:#50cdf7;
	font-size:11px;
	line-height:25px;
	float: left;
	text-align:right;
	height: 25px;
	width: 650px;
	padding-top: 5px;
	padding-bottom: 5px;
}



#content .cover {
	background:#000;
	width:650px;
	border: solid 8px #000;
}
#content #flash {
	width: 440px;
	float: left;
	margin-right: 10px;
}

#content #imageDecoder {
	float: left;
	width: 200px;
	overflow: auto;
}
#imageDecoder .menu  img{
	width: 70px;
	border: 1px solid #eee;
	float: left;
  	margin-right: 10px;
}
#imageDecoder .menu  ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#imageDecoder .menu  li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	margin-bottom:5px;
	font-size:12px; 
	font-weight:bold;
}

#imageDecoder .menu  .active{
	background: #eee;
	color: #cc0000;
}

#imageDecoder .menu  a{
	display:block;
	line-height: 15px;
	text-decoration: none;
}

#imageDecoder .menu  a:hover{
	display:block;
	line-height: 15px;
	background:#eee;
	color:#cc0000;
	text-decoration: none;
}