﻿body 
{
	background-color: #000000;
	background-image: url(img/fondo2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	overflow: auto;
	font-family: Verdana;
	font-size: 9pt;
	text-align: center;
}

.Corner
{
	width:10;
	height:30;
}
	
#container
{
	width:1000px;
	margin:auto;
}

#content
{
	clear:both;
	min-height:400px;
}

a img
{
	border:none;
}

#logo
{
	position:relative;
	float:left;
}

#navbar
{
	position:relative;
	float:right;
	right:20px;
}