/* ========================== 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;
        background-color: #000000;
        background-image: url('/obr/stars-bg.gif');
        background-position: 50% 0%;
        background-repeat: repeat-y;
        font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {

	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================== General classes ========================= */
.clear_both {
    clear: both;
}

/* =========================== Page elements ========================== */
#bg_wrapper {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/obr/planets-bg.jpg');
    background-position: 112px 180px;
    background-repeat: no-repeat;
    min-height: 800px;
    padding-bottom: 600px;
}
    #content_wrapper {
        padding-top: 257px;
        margin-left: auto;
        margin-right: auto;
        width: 710px;
        height: 300px;
    }
        h1 {
            color: #ebebeb;
            font-size: 1.4em;
        }
        h2 {
            color: #ebebeb;
            font-size: 1em;
        }
            a {
                color: #ebebeb;
                text-decoration: none;
            }
                a:hover {
                    color: #ffffff;
                    text-decoration: underline;
                }
        p {
            color: #8aabac;
            line-height: 125%;
            font-size: 0.85em;
        }
        .web_thumb {
            float: left;
            width: 230px;
            height: 186px;
            position: relative;
            top: -15px;
        }        
            .web_thumb a {
                display: block;
                width: 230px;
                height: 186px;
                background-image: url('/obr/obr-borders.gif');
                background-position: 0 -186px;
                background-repeat: no-repeat;
            }
                .web_thumb a:hover {
                    background-position: 0 0;
                }
            .web_thumb img {
                margin-left: 15px;
                margin-top: 15px;
                border: none;
            }
        .p_right {
            margin-left: 245px;
        }

#fg_wrapper {
    height: 1024px;
    position: fixed;
    top: 0;
}
    #fg_top {
        width: 984px;
        height: 237px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/obr/fg-top.jpg');
        background-position: left bottom;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
    }
    #fg_left {
        width: 112px;
        height: 246px;
        float: left;
        background-image: url('/obr/fg-left.jpg');
        background-position: left top;
        background-repeat: no-repeat;
        position: fixed;
        top: 237px;
    }
    #fg_right {
        width: 113px;
        height: 246px;
        float: right;
        background-image: url('/obr/fg-right.jpg');
        background-position: left top;
        background-repeat: no-repeat;
        position: fixed;
        top: 237px;
        margin-left: 872px;
    }
    #fg_bottom {
        width: 984px;
        height: 142px;
        margin-left: auto;
        margin-right: auto;
        background-image: url('/obr/fg-bottom.jpg');
        background-position: left top;
        background-repeat: no-repeat;
        position: fixed;
        top: 483px;
    }
    #fg_empty {
        width: 984px;
        height: 589px;
        margin-left: auto;
        margin-right: auto;
        background-color: #000000;
        position: fixed;
        top: 625px;
    }
