@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family: Tahoma;
	background-image: url(../img/background.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#page {
	width: 900px;
	height: 500px;
	position: relative;
	margin: 40px auto;
	box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	background-image: url(../img/page_back.png);
}

#logo {
	position: absolute;
	left: 80px;
	top: 80px;
}

.card {
	position: absolute;
	width: 220px;
	top: 270px;
	text-align: left;
}

.card  ul{
	list-style: none;
}

.card  h2{
	font-size: 30px;
	font-weight: normal;
	color: #1c4468;
}

#card-fett {
	left: 97px;
	text-align: left;
}

#card-spies {
	right: 80px;
	text-align: right;
}

#card-address {
	left: 347px;
	text-align: center;
}

#info {
	position: absolute;
	right: 80px;
	top: 470px;
	font-style: italic;
}
