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

body,html{
margin:auto;
background-color:#ffffff;
font-family:Arial;
font-size:12px;
color:#111111;
text-decoration:none;
}

#page-container{
margin:auto;
width:970px;
}

#header{
width:970px;
}

#nav{
width:970px;
height:24px;
background-image:url(img/dy_engineering/nav_bg.jpg);
background-repeat:no-repeat;
}

#banner{
width:970px;
height:196px;
background-image:url(img/dy_engineering/banner_bg.jpg);
background-repeat:no-repeat;
}

#content{
width:970px;
background-image:url(img/dy_engineering/content_bg.jpg);
background-repeat:repeat-y;
}

.detail_default{
font-family:Arial;
font-size:12px;
color:#111111;
text-decoration:none;
}

.detail_1{
font-family:Arial;
font-size:16px;
color:#111111;
text-decoration:none;
}

#footer{
width:970px;
height:35px;
background-image:url(img/dy_engineering/footer.jpg);
background-repeat:no-repeat;
}

.copyright{
font-family:Arial;
font-size:11px;
color:#111111;
text-decoration:none;
}

/* Home */

#footer-index{
width:970px;
height:50px;
background-image:url(img/index/footer.jpg);
background-repeat:no-repeat;
}

#banner{
width:930px;
height:464px;
background-image:url(img/index/banner_bg.jpg);
background-repeat:no-repeat;
}

.sn{
color:#111111;
text-decoration:none;
}

.sn:hover{
color:#111111;
text-decoration:underline;
}