/*
Theme Name: Latest Theme
Theme URI: 
Description: Latest Theme
Version: 2.0
Author: Raul
Author URI:	
*/

	html {
		margin: 0px;
		padding: 0px;
		height: 100%; }
	body {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%; 
		background-image: url('images/bg.jpg'); 
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		background-color: #000; }
	p.foot {
		margin: 0;
		padding: 1px;
		font-size: 0.65em;
		text-align: center;
		color: #BBB;
		font-family: "Arial Narrow", Arial, Sans-Serif;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 0.65em #000;
		text-decoration: none; }
	a.one {
		font-size: 0.875em;
		text-align: center;
		color: #0FA;
		font-family: "Arial Narrow", Arial, Sans-Serif;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 0.875em #F00;
		text-decoration:none; }
	a.two {
		font-size: 0.875em;
		text-align: center;
		color: #FF5;
		font-family: "Arial Narrow", Arial, Sans-Serif;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 0.875em #F00;
		text-decoration: none; }
	a.three {
		font-size: 0.75em;
		text-align: center;
		color: #DDD;
		font-family: "Arial Narrow", Arial, Sans-Serif;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 0.65em #000;
		text-decoration: none; }

	
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0; }
	li {
		display:inline; 
		margin: 0.2em; }
		
	a.one:link { color: #0FA;}  
	a.one:visited {color: #0FA;}
	a.one:hover {color: #0FF;}
	a.one:active {color: #F00;}
	a.two:link {color: #FF5;}  
	a.two:visited {color: #FF5;}
	a.two:hover {color: #0FF;}
	a.two:active {color: #F00;} 
	a.three:link {color: #DDD;}  
	a.three:visited {color: #DDD;}
	a.three:hover {color: #FFF;}
	a.three:active {color: #F00;}
	a.flinks:link { color: #BBB;} 
	a.flinks:visited {color: #BBB;}
	a.flinks:hover {color: #FFF;}
	a.flinks:active {color: #F00;}
	
	#container {	
		width: 720px;
		height: auto;
		margin: 0px auto;
		position: relative; }
	#top {
		height: auto;
		width: auto;
		text-align: center;
		padding-top: 20px; }
	#toolbarTop {
		height: auto;
		width: auto;  
		text-align: center; 
		padding-top: 10px; }
	#toolbarBot {
		height: auto;
		width: auto;  
		text-align: center; 
		padding-bottom: 10px; }
	#mid {
		height: 100%;
		width: auto;
		text-align: center; }
	#midblock {	
		width: 540px;
		height: auto;
		margin: 0px auto;
		padding: 10px;
		position: relative; 
		background-color: #000; }
	#midblock2 {	
		width: 540px;
		height: auto;
		margin: 0px auto;
		padding: 10px;
		position: relative; 
		background-color: white; }
	#midblock3 {	
		width: 720px;
		height: auto;
		margin: 0px auto;
		padding: 10px;
		position: relative; 
		background-color: white; }
	#midblock3 a{		
		color: black;
		}
	#midblock4 {	
		width: 720px;
		height: auto;
		margin: 0px auto;
		padding: 10px;
		position: relative; 
		background-color: white;
		text-align: justify;	}
		
	#bub { 
		position: absolute;
		left: 545px;
		top: 280px;
		z-index: -1; }
	#foot {
		height: auto;
		width: auto;
		padding: 20px;
		text-align: center; }
