@CHARSET "UTF-8";

*
{
	margin: 0;
	outline: none;
	padding: 0;
}

body
{
	background-color: #3e61af;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #6bbaff;
}

.none { display: none; }

div#page-wrap
{
	margin: 0 auto;
	padding-bottom: 3px;
	position: relative;
	width: 1000px;
}

* html body { text-align: center; }
* html div#page-wrap { text-align: left; }

/*-- Header --*/
div#header { }

div#header h1
{
	width: 271px;
	height: 150px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -20000px;
}

div#header h2
{
	display: none;
}


/*-- Main --*/
div#main
{
	clear: both;
	margin-bottom: 3px;
}

div.cleaner { clear: both; }


/*-- Footer --*/
div#footer
{
	clear: both;
	padding: 10px 0;
	width: 100%;
}

div#footer p.contact
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-left: 10px;
}

div#footer p#produweb
{
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

div#footer p#produweb a
{
	color: #aaa;
	text-decoration: none;
}

div#footer p#produweb a:hover
{
	text-decoration: underline;
}

a.atg_logo{
    position: absolute;
    top: 45px;
    right: 10px;
}

a.atg_logo img{
    border: 0;
}

