@charset "UTF-8";

#wrap{
	width: 700px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	font-family: serif;
	}

.img_body{
	width: 700px;
	height: auto;
	}

#img_logo{
	float: right;
}

h1{
	font-size: 12px;
	margin: 0px;
	font-family: serif;
	font-weight: normal;
}

p{
	font-size: 12px;
}

#archive_head {
	width: 700px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	font-family: serif;
	z-index: 1;
}
#everything {
	width: 100%;
	height: 100%;
	position: fixed;
	margin-top:0px;
	margin-left:0px;
	z-index: -1;
}

div#everything img {
	width: 400px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
.header {
	color: #000000;
	width: 450px;
	margin-top: -150px;
	margin-left: -220px;
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0px;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 20px 2px #3D3D3D;
	box-shadow: 0px 2px 20px 2px #3D3D3D;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}



