/*
* MECHUPA - Very simple with lots of impact.
*/

/* starts resetting everything */

@import url("http://mondofzero.com/reset.css");

/* tags */

body {
    background-color: #666;
    font-family: verdana, bitstream vera sans, helvetica, arial, sans-serif;
    font-size: 100.01%;
    font-weight: bold;
    color: #fff;
    overflow-x: hidden;
    text-transform: uppercase;
}

h1 {
    font-size : 9em;
    font-weight : bold;
    color: #c00;
    text-align : center;
}

a {
    text-decoration: none;
    color: #ff0;
}

a:hover {
    background-color: #000;
}


ul, li {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
}

/* ids */

#all {
	position: absolute;
	top: 50%;
	width: 770px;
	height: 420px;
	left: 50%;
	margin-left: -385px;
	margin-top: -210px;
}

#tracks {
    font-weight: bold;
    margin-top: 40px;
    margin-left: 200px;
}

#disclaimer {
    font-size: 0.8em;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: right;
}

