/*
    ____  ___    ____  __________________    ______
   / __ \/   |  / __ \/_  __/  _/ ____/ /   / ____/
  / /_/ / /| | / /_/ / / /  / // /   / /   / __/   
 / ____/ ___ |/ _, _/ / / _/ // /___/ /___/ /___   
/_/   /_/  |_/_/ |_| /_/ /___/\____/_____/_____/

author: cole rise
created: twenty-ninth day of october, two-thousand & eight.

*/


/* global styles ---------------------------------------------------------------- */

* { behavior: url(/images/pngfix/iepngfix.htc); }

body {
    background-color: #121216; 
    font: normal 12px helvetica, arial, sans-serif;
    margin:0;
    padding:0;
    text-align: center;
}
a {
    color: #099;
    margin:0;
    padding:0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    text-decoration: line-through;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0 0 0 0;
	padding:0;
}
img {
	border:0px;
	margin:0;
	padding:0;
}
p {
	margin:0 0 20px 0;
	padding:0;
}


/* global typographic styles ---------------------------------------------------------------- */

.bold {
	font-weight: bold;
}
.skinny {
	font-weight: 100;
}
.line-through {
	text-decoration: line-through;
}

/* global sizes ---------------------------------------------------------------- */

.large{
	font-size: 30px;
}
.medium{
	font-size:14px;
}
.standard{
	font-size:12px;
}
.small {
	font-size: 11px;
}
.tiny {
	font-size: 10px;
}

/* global colors ---------------------------------------------------------------- */

.grey-dark {
	color: #121616;
}
.grey-mid {
	color: #6E6E6A;
}
.grey-light {
	color: #9F9D97;
}
.white {
	color: #FFF;
}


/* stage styles ---------------------------------------------------------------- */

#stage {
	margin: 0;
	padding: 0;
	position: absolute;
	
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}












