/* CSS Document */
html,body {
	height:100%;
}
body {
	margin:0;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	background-image: url("http://www.gtx.bz/imgs/bg_main.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-color:#9caab1;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0088b5;
}

p {
	margin:0;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.inputfield {
	border: 0;
	color: #ffffff;
	height: 14px;
	font-size: 9px;
	padding-left: 2px;
}

ul {
	margin-top:0;
}
