	 *  {
	 margin: 0;
	 padding: 0;}

 html,  body  {
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 height: 100%;}

 body  {
	 background:url(../img/loading.gif); background-repeat:no-repeat;background-position:center;color:#fff;
	 margin: 0;
	 padding: 0;
	 cursor: default;
	 position: relative;
	 z-index: 0;
	 }

 #body-background  {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0F568E;
}

 #body-background img  {
	 position: fixed;
	 width: 100%;
	 height: 100%;}

 #wrapper  {
	 padding: 0;
	 margin: 0;
	 overflow: hidden;}

#header 
{
width: 100%;
height: 95px;
position: fixed;
left: 0pt;
top: 0pt;
float: left;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 15px;
background-color: transparent;
background-image:url(../img/bg.png);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: left top;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999;
z-index: 50;
}

 .widget {
	 font-family: Georgia,serif;
	 font-size: 14px;
	 color: #eee;
 	 line-height: 165%;
	 font-weight: normal;
	 float: right;
	 display: inline;
	 margin-right: 20px;
	 margin-top:75px;
	 *margin-top:-25px; /* IE7 Fix */
	 overflow: hidden;
	 padding: 0px 20px 0px 0px;
	 }
	 
.widget a{text-decoration:none;}
.widget a:link {text-decoration:none;color:#eee;}
.widget a:visited {text-decoration:none;color:#eee;}
.widget a:hover {text-decoration:none;color:#ccc;border-bottom: 2px solid #FD9919; padding-bottom:2px;}
.widget a:active {text-decoration:none;color:#eee;}
.active {text-decoration:none;color:#FD9919;}

	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position:relative;
			/* These have no effect on the functionality */
			width: 500px;
			margin: 0 auto;
			margin-top:160px;
			*top:160px; /* IE7 fix */
			height:400px;
			background: #fff;
			padding: 20px;
			border-color:#666;
			border-style:solid;
			border-width:thin; 
			-moz-box-shadow: 1px 1px 10px #333;
 			-webkit-box-shadow: 1px 1px 10px #333;
 			box-shadow: 1px 1px 10px #333;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			z-index:2;
		}
		


#content ul {list-style: none;}
		
#content li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-bottom:7px;
	padding-left: 12px;
	background: url(../img/bullet.jpg) no-repeat;
	background-position: 0 4px;
	}
	
#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:0.1em;
	color: #FD9919;
	text-transform:uppercase;
	margin-bottom: 10px;
	}
	
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.1em;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
	}
	
a {
	outline: none;	
}

a img#lightbox {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 3px;
	vertical-align: top;
}

#footer-bar  {
	 position: fixed;
	 float: left;
	 bottom: 0;
	 left: 0;
	 padding: 5px;
	 background:url(../img/bg.png) left top repeat-x;
	 border-top: 1px solid #eee;
	 z-index: 50;
	 float: left;
	 width: 100%;
	 height: 25px;
	 }

 #footer-txt {
	 font-family: Georgia,serif;
	 font-size:11px;
	 color:#999;
     text-decoration:none;
	 margin: 4px 10px 0 5px !important;
	} 
	
#magarottos  {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 color:#999;
	 float: right;
	 margin: 4px 10px 0 0 !important;
	 padding-right:10px;
	 position: relative;
     text-decoration:none;
	}

#magarottos a:link {text-decoration:none;color:#999;border-bottom: 1px dashed #999;padding-bottom:2px;}
#magarottos a:visited {text-decoration:none;color:#999;border-bottom: 1px dashed #999;padding-bottom:2px;}
#magarottos a:hover {text-decoration:none;color:#fff;border-bottom: 1px solid #FF6600; padding-bottom:2px;}
#magarottos a:active {text-decoration:none;color:#999;border-bottom: 1px dashed #999;padding-bottom:2px;}
