@charset "utf-8";

/* -- Reset -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
cursor: default;
}

:focus {
outline: 0;
}

/* -- Main structure -- */

body {
background-color: #000;
background-image: url(../images/layout/backDots.gif);
font-family: Tahoma, Geneva, sans-serif;
font-size: 10px;
color: #fff;
line-height: 13px;
}

div#wrapper {
width: 500px;
padding: 20px 0 0 20px;
}

div#wrapper * {
display: none;
}

/* -- Header -- */

div#header {
padding: 44px 0 0 0;
background-image: url(../images/layout/backLab.gif);
background-repeat: no-repeat;
}

h1 {
line-height: 15px;
font-weight: normal;
}

h2 {
margin: 12px 0 0 0;
font-weight: normal;
}

/* -- Content -- */

div#content {
margin-top: 15px;
margin-bottom: 100px;
}

a {
color: #6b6969;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-color: #333;
border-bottom-style: dotted;
}

a:hover {
border-bottom-color: #666;
}

span {
color: #00ff7d;
}

strong {
color: #6b6969;
font-weight: normal;
}

p {
margin: 0  0 5px 0;
}
