* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	font-family: Verdana;
	color: #000;
	background-color: #7f4864;
}

#logo {
	position: relative;
	margin: 0 auto;
	top: 50px;
	width: 667px;
	height: 130px;
	background-image: url('../images/logo.png');
}
#tagi {
	position: relative;
	margin: 0 auto;
	top: 70px;
	width: 1000px;
	text-align: center;
}
h1 {
	font-family: Verdana;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
#boxy {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 850px;
}
#box1 {
	position: relative;
	left: 0px;
	top: 120px;
	width: 350px;
	height: 280px;
	float: left;
	background-color: #8d6e7b;
}
#box2 {
	position: relative;
	right: 0px;
	top: 120px;
	width: 350px;
	height: 280px;
	float: right;
	background-color: #8d6e7b;
}
.obr {
	margin-top: 20px;
	border: 0px;
	width: 280px;
}

.link {
	font-family: Verdana;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
}
.link : hover {
	text-decoration: underline;
}