@charset "utf-8";
/* CSS Document */

body
{

	FONT: 14px "Tahoma",Arial,sans-serif;
	background-color: #1c1c1c;
	background-image: url(images/bg1.png);
	 
}

A:link {text-decoration: bold; color: #fff;}
A:visited {text-decoration: none; color: #377cb1;}
A:active {text-decoration: none; color: #377cb1;}
A:hover {text-decoration: underline; color: #999999;}

#page{
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	background-color: #1c1c1c;
	width: 765px;
	/*height: 500px;*/
	border: 1px;
	border-color: #666666;
	border-style: solid;
	color:#FFFFFF;
}

#header{
	background-image: url(images/header.jpg);
	width: 765px;
	height: 150px;
}

#menu{
	
	width: 765px;
	height: 70px;
}

#content_home{
	
 	width: 763px;
 	height: 394px;
}

#footer{	
	width: 763px;
}