@charset "utf-8";

/*
 *
 * Usage: Base layout
 *
 * Name: style.css
 *
 */

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	83  %		19px 	158 %
11px 	92  %		20px 	167 %
12px 	100 %		21px 	175 %
13px 	108 %		22px 	183 %
14px 	117 %		23px 	192 %
15px 	125 %		24px 	200 %
16px 	133 %		25px 	208 %
17px 	142 %		26px 	217 %
18px 	150 %
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
Page layout
---------------------------------------------------------------------*/
html,body   {height:100%;}
body        {background:#fe490b;}
#wrapper    {position:absolute; top:50%; left:50%; width:300px; height:400px; margin:-220px 0 0 -160px; text-align:center;}
    #wrapper h1     {margin-bottom:0px;}
    #wrapper .txt   {margin-bottom:6px;}
    #wrapper a:hover img  {opacity:0.7; filter:alpha(opacity=70);}








