/**
 * Mysa StyleSHHHHHEEEEEEETTTTTT
 * CSS by tha infamous KEMAR
 *
 * KEEP IT UNDAGROUUUUUNNNNNNNNDDDDDDDDDD
 */

/* 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.mysa {
    padding: 20px 0;
}

.upper {
    padding: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

/* Global
-------------------------------------------------------- */
html {
	font: normal normal normal 12px/normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	overflow-y: scroll;
}
body {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	background: #000;
	color: #FFF;
	position: relative;
}
a:link     { color: #FFF; text-decoration: underline; }
a:visited  { color: #FFF; text-decoration: underline; }
a:hover    { color: #FFF; text-decoration: none; }
a:focus    { color: #FFF; text-decoration: none; }
a:active   { color: #FFF; text-decoration: none; }

h1, h2, h3, h4 { font-weight: bold; }
p {
    font-size: 14px;
    margin: 12px 0;
    line-height: 24px;
    text-align: center;
}

div.hr {
    background: transparent url(../img/hr.jpg) no-repeat 0 0;
    height: 62px;
    border: 0;
}


h1#logo {
    display: block;
    width: 900px;
    height: 158px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../img/logo.jpg);
}

#download {
    background: url(../img/cd.jpg) no-repeat 0 0;
    padding-left: 518px;
    min-height: 576px;
    _height: 576px;
}

#download-links {
    background: url(../img/download.jpg) no-repeat 0 0;
    min-height: 576px;
    _height: 576px;
    position: relative;
    height: 1%;
}

#download-links h2 {
    position: absolute;
    left: -10000px;
}

#download-links a {
    display: block;
    position: absolute;
    padding-left: 70px;
    top: 160px;
    left: 30px;
    font-size: 13px;
    text-align: left;
    width: 270px;
    line-height: 18px;
    font-weight: bold;
}
#download-links a#rar { top: 300px; }
#download-links a:link     { color: #FFF; text-decoration: none; }
#download-links a:visited  { color: #FFF; text-decoration: none; }
#download-links a:hover    { color: #FFF; text-decoration: underline; }
#download-links a:focus    { color: #FFF; text-decoration: underline; }
#download-links a:active   { color: #FFF; text-decoration: underline; }

#download-links p#alternate {
    font-size: 11px;
    position: absolute;
    padding-left: 70px;
    top: 205px;
    left: 30px;
}
#download-links p#alternate a {
    position: static;
    display: inline;
    padding: 0;
}

#footer { min-height: 80px; }
#footer a#ba {
    display: block;
    float: left;
    background: url(../img/basikarts.gif) no-repeat 0 0;
    width: 146px;
    height: 36px;
    text-indent: -10000px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -10px;
}
#footer p {
    position: relative;
    font-size: 12px;
    float: left;
    padding-left: 150px;
}
#footer p#top { float: right; }

#footer p#top a {
    display: block;
    background: url(../img/top.jpg) no-repeat 0 0;
    padding-left: 30px;
}

