﻿/* @import url('layout.css'); */
/* CSS-Layout */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em; /*background-size: 100% auto;*/;
	background-image: url('../images/lg_back.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
/*background-size: 100% auto;*/overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	right: auto;
	left: auto;
}
#container {
	
}
form.pos {
	width: 550px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -275px;
	margin-top: -15px;
}
a.pos{
	width: 510px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -255px;
	margin-top: -15px;
	color: #333333;
}
p.a {
	font-size: xx-large;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	width: 370px;
}
#footer {
	color: #FFFFFF;
	font-size: small;
	position: absolute;
	width: 484px;
	left: 50%;
	margin-left: -242px;
	bottom: 0px;
}
a.logout {
	color: #808080;
	font-size: large;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
}
#clear-float {
	float: left;
	clear: right;
}
