﻿@charset "utf-8";

body {
}

#first {
	background: url(../img/first_bg.png) repeat top left;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding-top:15%;
	text-align:center;
}
#first img{
	cursor:pointer;
}
