@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

#wrapper{
	display:block;
	width:352px;
	height:154px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
}

header{
	height:94px;
}

header img{
	padding-top:80px;
	background-image:url(../img/logo_mark.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

hr{
	display:block;
	width:352px;
	height:2px;
	border:none;
	margin:10px 0 0 0;
	background-image:url(../img/dot_352x2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

footer{
	height:35px;
}

footer img{
	display:block;
	margin:0 auto;
}

.copy{
	margin-top:10px;
}

.logo{
	margin-top:10px;
}
