@charset "utf-8"; 

body{
background:#222;
color:#eee;
}

h1{margin-bottom:20px;}
h2{margin-bottom:1em;}
h3,h4{margin:0.8em 0;}
p{
margin-bottom:0.5em;
line-height:1.2;
}

dd{margin-left:1em;
}

table{
	margin:0.5em 0;
	border: 1px #333 solid;
	border-collapse: collapse;
}
th{
border: 1px #333 solid;
font-weight:bold;
text-align:center;
background-color:#555;
}
td{
border: 1px #333 solid;
background-color:#777;}

caption{
	text-align: left;
	text-indent: 1em;
}

img{
border:none;
vertical-align:bottom;
display:block;
}

a{
color:#fff;
}

a:visited{
color:#ccc;
}

#banner{
background:url(../images/mobile/top_bg.gif) repeat-x;}


#navigation ul li{
list-style:none;
}

#main{
background:url(../images/mobile/bottom_bg.gif) no-repeat left bottom;
padding-bottom:45px;
}


