/* 
Stylesheet for 404 page
*/

/* ELEMENT: HTML, BODY */
html{background:#212325 url('images/bgmetal.jpg') repeat-x top;}
body,html{color:#aaa;font:0.95em tahoma,sans-serif;padding:0;text-align:center;margin-left:auto;margin-right:auto;}

/* ELEMENT: DIV - No settings yet! */
div{display:block}
#container div{text-align:center;}
#container div div{}

/* ELEMENT: PARAGRAPH */
p{display:block;margin:0;padding:0.12cm 0.12cm}

/* ELEMENT: ANCHOR */
a:link{color:#aaccff}
a:visited{color:#bb99bb}

/* ELEMENT: IMAGE */
img{border:0}

/* ELEMENT: H1 */
h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:0.12em 0.12em}
h1{font:bold 1.2em tahoma,sans-serif}
h2{font:bold 1.1em tahoma,sans-serif}
h3{font:bold 1.0em tahoma,sans-serif}
h4{font:1.0em tahoma,sans-serif}

/* ELEMENTS: LISTS */
ul,ol,nl{margin-bottom:1em}
ul ul,ol ul,ul ol,ol ol{margin-bottom:0}

/* ELEMENT: LINE */
l{color:#77f;padding:0;margin:0}

