@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/web_bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
#container  {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 400px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#contact  {
	font-size: 20px;
	position: relative;
	width: auto;
	right: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
a {
	display: inline;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
