﻿@charset "UTF-8";
body {
  margin: 16px 0px;
  background-color: #FFFFFF;
  text-align: center;
}

a {
	color:#600;
	text-decoration:none;
}
a:link {
	color:#600;
	text-decoration:none;
}
a:visited {
	color:#600;
	text-decoration:none;
}
a:hover {
	color:#ffe;
	text-decoration:none;
}

#underbox {
  background-position: 100% 144px;
  background-image: url('images/main-cover01.jpg');
  background-repeat: no-repeat;
  width: 60em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div#header {
  margin-bottom: 24px;
}

div#header h1 {
  background-image: url('images/nyan-stamp.gif');
  background-repeat: no-repeat;
  padding-left: 200px;
  padding-top: 84px;
  padding-bottom: 64px;
  font-size: 2.5em;
}
div#container {
  height: 600px;
}
