@charset "utf-8";
/* CSS Document */

body  {
	background-color: #FFD503;
	margin-top: 0px;
	margin-left: 0px;
}

p, h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

h1{
	font-size: 20px;
	color: #822B92;
}

p{
	font-size: 13px;
	color: #000;
}

.top  {
	margin-top: 0px;
	width:950px;
	height:466px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.bottom  {
	width:950px;
	height:204px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.adressBox  {
	float:left;
	margin-top:50px;
	margin-left:55px;
}