html {
	background-image:url('../images/bg.png');
}
body {
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background-attachment: scroll;
	background-color:#093;
	margin-left: auto;
    margin-right: auto;
	width:960px;
	padding: 10px 5px;
	text-align:center;
}
/*---------------------------------------------------------------------------------------------------------------*/
/*
#header {
	background: -moz-linear-gradient(top, #093, #393);
	background: -webkit-gradient(linear, left top, left 100, from(#093), to(#393));
	height: 2em;
	margin-left: auto;
    margin-right: auto;
	padding:0px;
	padding-bottom: 20px;
	text-align:center;
	white-space:nowrap;
}

#header h1{
	color: #000;
	display:block;	
	float:left;
	font-family: Georgia;
	font-size: 2.5em;
	font-weight:normal;
	margin:0px auto;
	margin-left:120px;
	text-align:center;
	text-decoration:underline;
}
#header img{
	color: #000;
	float:left;
	height: 5.8em;
	margin: auto 10px;	
	padding:0px;
	position: relative;
}*/

/*---------------------------------------------------------------------------------------------------------------*/
.navigation {
	background: #993333;
	background: -moz-linear-gradient(top, black, #a8533b 1px, #993333 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #a8533b), to(#993333));
	display:block;
	font-family: Verdana;
	height: 2.80em;
	padding-right:auto;
	padding-left:175px;

	z-index: -50;
}
.cant {
	margin-left: auto;
    margin-right: auto;
	width: 750px;
}
/*---------------------------------------------------------------------------------------------------------------*/

a:link {
	color:#cccc66;
	text-decoration: none;
}
a:visited {
	color:#cccc66;
	text-decoration: none;
}
a:hover {
	color:#ffff66;
}
a:active {
}
img{
	border: none;
}
/*---------------------------------------------------------------------------------------------------------------*/
.content {	
	background-color:#ffffff;
	border:5px inset #063;
	font-family:Georgia;
	font-size: large;
	height: 530px;
	max-height: 1000px;
	padding:0px;
}
/*---------------------------------------------------------------------------------------------------------------*/
.legal {
	background: -moz-linear-gradient(top, #393, #093); 
	background: -webkit-gradient(linear, left top, left 100, from(#393), to(#093));
	color:#000000;
	text-align:center;
	padding:5px;
}
