/* CSS Document */

A:link {font-family:Tahoma; color:#859aa3;text-decoration:none;}
A:visited {font-family:Tahoma; color:#859aa3;text-decoration:none;}
A:active {font-family:Tahoma; color:#859aa3;text-decoration:none;}
A:down {font-family:Tahoma; color:#ffcc00;text-decoration:none;}
A:hover {font-family:Tahoma; color:#ffcc00;text-decoration:none;}

#wrapper { 
	margin: auto; /* auto for centering the main wrapper or 0 and 0 to position*/
	width: 720px;
}



body {

	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-color: #cfc090;
	margin-top:0px;
	margin-left:0px;
/*	height:100%;*/
}
.login
{
	background-image:url(../images/look/bg_home.jpg);
	background-repeat:no-repeat;
	background-position: 0px 42px;
	margin-top:0px;
	margin-left:0px;

}

TD
   {
   color:#cfc090;
   font-family:Tahoma;
   font-size:10px;
   font-weight:bold;
   }

.but {
	background-color: #859aa3;
	color:#cfc090;
	font-family: Tahoma, helvetica;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #879da7;}


