/* Basic styles */

html, body, div, img {
    border:0;
    margin:0;
    outline:0;
    padding:0;
    background:transparent;
    vertical-align:baseline;
}

body {
    background-color:#363433;
}

a:focus {
	-moz-outline-style: none;
	outline:none;
}

img {
    display:inline-block;
    vertical-align:bottom;
    background-color:#000;
    padding-bottom:20px;
}

img.header {
    border:0px;
    padding:14px 0px 20px;
}
img.footer {
    padding:40px 0px;
}

div.hr {
    height:3px;
/*    border-top:3px dotted #999; */
    background: url('img/dot.gif') repeat-x scroll center;
    width:800px;
}

div.hr hr {
  display: none;
}

#main {
    width:800px;
    margin:0px auto;
    padding-bottom:20px;
    background-color:#000;
    border-left:60px solid #000;
    border-right:60px solid #000;
}

#dotload {
    display:hidden;
    height:0px;
    width:0px;
}