* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #505050;
}
div#container {
	width: 697px;
	margin: 0px auto;
}
div#top {
/*	position: absolute;
	top: 40%;
*/
	width: 697px;
	height: 96px;
	background-image: url('../images/bg_top.jpg');
	background-repeat: no-repeat;
}
img#gigaweb {
	position: relative;
	top: 15px;
	left: 15px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-image: url(../images/dot.gif);
}
li {
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
	border: none;
	padding-bottom: 0.3em;
}

a.blue {
	color: #0099c8;
}
.errormsg {
    background-color: white; padding: 10px; border: 1px dashed black;
}
