/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");

body, html{
	overflow: hidden;
}
body{
	text-align: center;
	font: 62.5% Helvetica, Arial;
	background: #008493 url(img/preweb.gif) no-repeat center center;
}

#container{
	margin: 0 auto;
	text-align: right;
	width: 100%;
	background: ;
}
#content{
	font-size: 1.2em;
		padding: 5px 5px 10px;
			color: #335454;
	margin: 10px;
	height: 1.2em;
	background: url(img/borde.gif) repeat-x center 1.8em;
}
.left{
	float: left;
}
.right{
	float: right;
}
a{
	color: #335454;
	text-decoration: none;
}
a:hover{
	color: #fff;
}