body
{
width: 100%;
color: #888;
background: #fff;
font-family: arial, verdana;
font-size: 62.5%;
float: left;
width: 100%;
text-align: center;
padding: 0;
margin: 50px auto 0 auto;
}
html
{
min-height: 100%;
margin-bottom: 1px;
}
img, object, embed
{
border: 0px none;
display: block;
margin: 0;
padding: 0;
}
form, section, article, nav, aside, footer, menu
{
margin: 0;
padding: 0;
}
form.loading
{
background: url(/images/loading.gif) no-repeat top right;
}
div.loading
{
background: url(/images/loading.gif) no-repeat;
}

a:link, a:visited
{
outline: none;
color: #fff;
text-decoration: underline;
}
a:hover, a:active, a.active:visited, a.active:link
{
outline: none;
color: #5d4914;
text-decoration: underline;
}

input.input, textarea, select
{
font-size: 1em;
line-height: 1em;
font-family: Georgia, Times, "Times New Roman", serif;
padding: 3px;
border: 0 none;
background: #fff;
color: #575757;
}
select
{
padding: 2px;
}

p
{
padding: 0;
margin: 0 0 .6em 0;
font-size: 1.2em;
line-height: 1.3em;
}
p.intro
{
font-size: 1.3em;
}
ul, ol
{
margin: 0 0 1.2em 0;
padding: 0 0 0 20px;
}
ul li, ol li
{
font-size: 1.2em;
line-height: 1.35em;
}
li li
{
font-size: 1em;
}

h1.logo, p.something
{
margin: 0;
padding: 0;
float: left;
display: block;
text-indent: -8000px;
font-size: .05em;
line-height: .05em;
}
h1.logo
{
float: right;
margin: 0 0 48px 0;
}
h1.logo a, p.something a
{
float: left;
display: block;
text-decoration: none;
}
h1.logo, h1.logo a
{
width: 524px;
height: 210px;
background: url(/src/logo.gif) no-repeat center top;
}
p.something
{
width: 524px;
height: 56px;
margin: 0 0 16px 0;
background: url(/src/something.gif) no-repeat center top;
}

div.akarua
{
width: 524px;
margin: auto;
}

div.section_content
{
width: 524px;
float: left;
margin: 0 0 10px 0;
}
div.section_content p.anim
{
float: left;
width: 78px;
padding: 0 223px 0 233px;
margin: 0 0 45px 0;
}

div.countdown
{
width: 524px;
height: 50px;
float: left;
margin: 0 0 60px 0;
}
div.countdown ul
{
float: left;
margin: 0;
width: 419px;
padding: 0 0 0 105px;
list-style-type: none;
}
div.countdown ul li
{
float: left;
width: 61px;
height: 44px;
text-align: center;
padding: 6px 2px 0 0;
line-height: 1.1em;
font-size: 2em;
font-weight: bold;
color: #fff;
}
div.countdown ul li.months
{
background: url(/src/months.gif) no-repeat;
}
div.countdown ul li.days
{
background: url(/src/days.gif) no-repeat;
}
div.countdown ul li.hours
{
background: url(/src/hours.gif) no-repeat;
}
div.countdown ul li.mins
{
background: url(/src/mins.gif) no-repeat;
}
div.countdown ul li#seconds
{
background: url(/src/sec.gif) no-repeat;
}