﻿html 
{   
    text-align:center;
    font-family: Georgia, verdana, Sans-Serif,Arial, Times New Roman;
	font-size: small;
	color:Silver;
    background-image:url('../images/bgb1.jpg');
	background-repeat:repeat-x;
	background-color:#0b0b0b;

}
body{
	margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 1024px;
   background-image:url(../images/bgnew.jpg);
    background-repeat: no-repeat;
	border-style:none;
}

#header
{
	float:left;
	width:100%;
	text-align:left;
}
#menubar
{
    float:left;
    width:15%;
	height:100px;
	vertical-align: bottom;
}

#content
{
	float:left;
	width:85%;
	height:auto 600px;

}
#footer
{
	clear:both;
	width:100%;
	height:100px;
}

.linkbutton
{
   text-decoration:none;
   font-size:medium;
   color:gray;
}
button
{
    background-color:gray;
    color:red;
}
textarea
{
    color:Black;
	font-size:11px;
	border: 1px solid #CCCCCC;
	background-color:Silver;
}
input
{
    color:Black;
	font-size:11px;
	border: 1px solid #CCCCCC;
	background-color:Silver;
}
a{
	color:Silver;
	text-decoration:none;
}
a:hover {
	color:White;
	text-decoration:underline;
}