* html, body
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 0.8em;
	color: #000;
}
body
{
	background: url(../../../img/base/backgrounds/7.jpg) no-repeat fixed bottom center;
}
div#Page
{
	width: 800px;
	height: 100%;
	margin: 0 auto;
}
div#Header
{
	width: 100%;
	height: 100px;
	background: url(img/header.png) no-repeat top left;
}
div#Header a.header_a
{
    text-decoration: none; display: block; cursor: pointer; height: 100%;
}
div#Content
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	background: url(img/content_bg.png) repeat;
	clear: both;
}
div#Menu
{
	width: 100%;
	height: 25px;
	background: url(img/menu_bar.png) repeat-x top left;
}

.inyerface
{
    color: Red; font-weight: bold; font-size: 1.1em;
}

input:disabled
{
    color: #888888;
}