body {
	background-color: #000;
	margin:0px;
	font-family:Trebuchet MS, sans-serif;
	font-size:14px;
	color:#fff;
}
#home {
    list-style-type:none;
    font-size:100px;
    font-family:Century Gothic, sans-serif;
    font-weight:normal;
    margin:0px;
    padding:0px;
    margin-left:20px;
    margin-top:20px;
    line-height:90px;
    color: #fff;
    text-transform: uppercase;
}
#home a {
    color: #666;
    text-decoration: none;
}

#home a:hover {
    color: #fff;
}
#menu {
    list-style-type:none;
    /*font-size:100px;*/
    font-family:Century Gothic, sans-serif;
    font-weight:normal;
    margin:0px;
    padding:0px;
    margin-left:20px;
    margin-top:20px;
    /*line-height:90px;*/
    color: #fff;
    text-transform: uppercase;
}
#menu a {
    color: #666;
    text-decoration: none;
}

#menu a:hover {
    color: #fff;
}


.tiny {
    font-size:15px;
    line-height:10px;
    padding:0px;
    margin:0px;
}

.big {
    font-size:100px;
    line-hight:90px;
}

/* GENERAL CLASSES */

p {
	margin-top:10px;
	margin-bottom:10px;
        margin-left: 20px;
        width: 650px;
}

h1,h2,h3 {
	margin-top:5px;
	margin-bottom:5px;
	
}

h1 {
	font-size:24px;
	color:#fff;
}

h2 {
	font-size:20px;
	color:#fff;
}	

h3 {
	font-weight:normal;
	font-size:16px;
	color:#fff;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

img {
	vertical-align:middle;
}
