/* CSS Temtag */

*{
margin:0;
padding:0;
}

body{
color:#666;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
background:#fff url(../img/bg-body.gif) repeat;
}

#under{
top:50%;
left:50%;
width:192px;
height:322px;
margin-left:-91px;
margin-top:-161px;
position:absolute;
background-color:#fff;
text-align:center;
color:#666;
background:transparent url(../img/bg-under.gif) top center no-repeat;
}

#underTxt{
padding:60px 20px 40px 50px;
text-align:justify;
}

#underTxt h1{
font-size:10px;
font-weight:normal;
color:#F90;
margin:2px;
padding:2px;
border-bottom:1px dotted #ccc;
}

#underTxt a{
color:#f90;
text-decoration:none;
}

#underTxt a:hover{
color:#000;
}

#underTxt li{
list-style:square;
list-style-image:url(../img/bullet.gif);
vertical-align:middle;
}

