@charset "utf-8";
/* CSS Document */

body{
background-color:#a3a3a3; /* e3ded1 */

}

#page {
margin:0px auto;
margin-top:-50px;
width:800px;
height:600px;
background-image:url(../images/bg.png);
background-repeat:no-repeat;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
}

#box {
width:97%;
margin:0px auto;
}

#menu1 {
width:95%;
margin:0px auto;
color:#000;
font-size:12px;
}


hr {
color:#FFCC00;
}

h1 {
color:#FFCC00;
padding-left:15px;
}

/*Icons*/
.icon_normal{
width:100px;
height:100px;
border:none;
}

.icon_sign{
width:30px;
height:30px;
margin-left:8px;
margin-right:8px;
margin-bottom:30px;
border:none;
}

img{
border:none;
}
a{
font-style:normal;
color:black;
text-decoration:none;
text-underline:none;
}