body {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	background: #aaaaaa url('../img/bg.png') center top no-repeat;
}

a {
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#page {
	width: 1062px;
	height: 850px;
	margin: 0 auto 0 auto;
	position: relative;
	background: url('../img/nyito_box.png') left top no-repeat;
}

#logo {
	top: 5px;
	left: 35px;
	width: 444px;
	height: 144px;
	position: absolute;
	background: url('../img/nyito_logo.png') left top no-repeat;
}

#button_1 {
	top: 300px;
	left: 90px;
	width: 268px;
	height: 112px;
	position: absolute;
	background: url('../img/nyito_b1s.png') left bottom no-repeat;
}

#button_2 {
	top: 430px;
	left: 90px;
	width: 268px;
	height: 98px;
	position: absolute;
	background: url('../img/nyito_b2s.png') left bottom no-repeat;
}

#logok {
	top: 650px;
	left: 140px;
	width: 165px;
	height: 95px;
	position: absolute;
	background: url('../img/nyito_logo_s.png') left bottom no-repeat;
}

#logok a {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

#logok .l1 {
	margin-left: -2px;
}

#logok .l2 {
	margin-left: 10px;
}

#logok .l3 {
	margin-left: 7px;
}

#footer {
	top: 782px;
	left: 100px;
	position: absolute;
}

#footer span {
	margin: 0 0 0 120px;
}

#footer a, #footer span {
	color: #4d1f4d;
	font-size: 14px;
}