/*
ORANGE: #ff9900
BLUE: #0066ff
*/
body {
margin:0;
padding:0;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
font-size:16px;
text-align:center;
}
#top_wrap {
background-color:#ff9900;
margin:0px;
padding:0px;
height:20px;
text-align:center;
position:fixed;
top:0px;
left:0px;
width:100%;

}
#top {
width:760px;
margin:0px auto;
text-align:center;
height:20px;
background-image: url(img/tw.png);
background-repeat: no-repeat;
background-position: top left;
}
#content_wrap {
margin:25px 0px 0px 0px;
padding:0px;
text-align:center;
height:156px;
margin:0px;
border:1px solid blue;
}
#content {
width:760px;
margin:0px auto;
}

#foot-wrap {
background-color:#ff9900;
margin:0px;
padding:0px;
height:20px;
text-align:center;
position:fixed;
bottom:0px;
left:0px;
width:100%;
}
#foot {
width:760px;
margin:0px auto;
text-align:center;
height:15px;
font-size: 10px; text-align: center;
font-weight:bold;
color:#ffffff;
padding:auto;
}
