body{
        background-color:#a9a9a9;
		color:black;
		min-height:500px;
		margin:0px;
}
.float_clear{
    float:none;
	clear:both;
}
.float_left{
    float:left;
	padding:10px;
	
}
.float_right{
    float:right;
	font-size:12pt;
	padding:20px;
}
.td{
    margin:20px;
    padding:1px;
	
}
.label{
   background:yellow;
	
}
#wrapper
{
	background:white;
	margin:0 auto;
	width:1340px;	
}
#header
{
	
    background:#000;
	font-size:38pt;
	min-height:30px;
	color:#fff;
	padding:10px;
	font-family:jokerman;
}
#logo
{
	padding:4px;
	font-size:12pt;        
}
#login
{
	margin-top:1px; 
    padding:2px;	
}

#menu 
{ 
	text-align:right;
	--color:black;
	--background:#bbb;
	padding:3px;
	--line-height:20pt;
	--text-decoration:none;	
}
#menu a
{
    border-radius:100px;
	text-decoration:none;
	color:black;
	background:#b0c4de;
	padding:6px;
	line-height:25pt;
	font-size:13pt;
}
#contant
{
	
	min-height:435px;
	padding:20px;
	background:#f0ffff;
	font-size:15pt;
	text-align:center;
	border-bottom:solid 5px black;
	border-top:solid 5px black;
	background:transparent url(images/back.jpg);
	background-repeat:no-repeat;
    background-size:100% 100%;	
}

#home
{
	font-size:35pt;
	text-align:center;
	font-family:Showcard Gothic;
	color:#esesfa;
}

#category 
{
    color:#ccc;
	background:#fff;
	padding:15px;
	border:1px solid white;
	border-radius:10px;
	border-bottom-left-radius:initial;
	border-top-right-radius:initial;
    font-size:32px;
	width:150px;
	height:350px;
}
#view
{
 border-radius:18px;
 background:#b0c4de;
 padding:3px;
}

#show
{
 
 border-radius:18px;
  padding:3px;
}
#footer
{
	font-size:14pt;
	padding:3px;
	background:#000;
	text-align:right;
	color:#fff;
	font-family:Consolas;
}

