Files
d-t-n.org/production/site/css/whoweare.css
2017-03-02 21:36:05 -06:00

34 lines
965 B
CSS

body {
background: #999966 url(/site/graphics/whoweare/sidebar_bg.gif) top left repeat-y;
}
h1 {
background-image: url(/site/graphics/whoweare/whoweare_title.gif);
}
/*******************************
Major page division styles specific to this page
*****************************/
div#header {
background: #333333 url(/site/graphics/whoweare/second_strip_top.gif) repeat-x bottom center;
}
div#content {
background: #cccc99;
}
div#footer {
background: #333333 url(/site/graphics/whoweare/second_strip_bottom.gif) repeat-x top center;
}
div#menu {
background: #999966;
}
/*******************************
Other specific styles for this page
*****************************/
div#dtn_logo {
background: url(/site/graphics/whoweare/sidebar_dtn_logo.gif) no-repeat center center;
}
div#page_symbol {
background: url(/site/graphics/whoweare/sidebar_whoweare.gif) no-repeat center center;
}
img#under_three_circle {
position: relative;
left: 90px;
}