body /* Internet Explorer */
{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	overflow-y: auto;
	line-height: 19px;
	background-color: #ffffff;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 19px;
	background-color: #ffffff;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0px;
}

p
{
	width: 620px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#index 
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 420px;
	margin-left: -340px;
	margin-top: -210px;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	text-align: left;
}

p.style
{
	margin-top: 15px;
	margin-bottom: 20px;
}

#container
{
	width: 90%;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 40px;
}

#address
{
	position: relative;
	float: left;
	margin-left: 30px;
}

#contact
{
	position: relative;
	float: left;
	left: 100px;
}

#message
{
	position: relative;
}

#description
{
	position: relative;
	clear: both;
	top: 20px;
}