@charset "utf-8";

/*////////////////////////////////////////////////
FONT-SIZE
--------------------------------------------------------------
10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217%
////////////////////////////////////////////////*/


/* TOP
////////////////////////////////////////////////*/
html {
position:relative;
height:100%;
min-widh:250px;
min-height:300px;
margin:0;
padding:0;
background: url(../img/bg_top.jpg) repeat 0px 0px;
}



#TopContainer {
position:absolute;
left:50%;
top:50%;
width:250px;
height:300px;
margin-top:-150px;
margin-left:-125px;
padding:0;
}


#TopContainer h1{
width:250px;
height:300px;
margin:0;
padding:0;
}

#TopContainer h1 a {
display:block;
width:250px;
height:300px;
margin:0;
padding:0;
}

#TopContainer h1 a:hover {
background:none;
}