*
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	font-family: Calibri, Arial, Verdana, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 12px;
	background-color: #6B8CFF;
	background-image: url('../common/marioclouds.gif');
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
}

@font-face {
    font-family: 'ITCAvantGardeGothicBook';
    src: url('../fonts/itc_avant_garde_gothic_book-webfont.eot');
    src: url('../fonts/itc_avant_garde_gothic_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itc_avant_garde_gothic_book-webfont.woff') format('woff'),
         url('../fonts/itc_avant_garde_gothic_book-webfont.ttf') format('truetype'),
         url('../fonts/itc_avant_garde_gothic_book-webfont.svg#ITCAvantGardeGothicBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

img, table
{
	border: 0;
}

ul, ol
{
	padding-left: 20px;
	margin-bottom: 15px;
}

h2
{
	font-size: 18px;
}

a
{
	color: #8E0000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FF0000;
}

.cb
{
	clear: both;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}

.footer, .push
{
	height: 75px;
}

.footer
{
	background-color: #00AD00;
	background-image: url('../common/grass.gif');
	background-repeat: repeat-x;
	position: relative;
	overflow: visible !important;
}

.code
{
	font-family: monospace;
	position: relative;
}

.tabbed
{
	margin-left: 25px;
}

.blue
{
	color: #0000FF;
}

.aqua
{
	color: #2B91AF;
}

.green
{
	color: #008F21
}

#me
{
	position: absolute;
	left: 25%;
	bottom: 30px;
}

#speechbubble
{
	position: absolute;
	left: 25%;
	bottom: 250px;
	height: 450px;
	width: 540px;
	background-image: url('../common/speechbubble.png');
	background-repeat: no-repeat;
	padding: 30px 30px 0 105px;
}

#codepage
{
	position: absolute;
	left: 25%;
	bottom: 250px;
	height: 374px;
	width: 470px;
	background-image: url('../common/codepage.png');
	background-repeat: no-repeat;
	padding: 15px;
	margin-left: 120px;
}

#landing
{
	text-align: center;
	font-family: ITCAvantGardeGothicBook, Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	color: #0000DD;
	font-weight: bold;
	padding-top: 300px;
}

#grass
{
	height: 150px;
	background-color: #008F21;
	position: absolute;
	bottom: 0;
	left: 0;
}

#cloud
{
	position: absolute;
	bottom: 500px;
	left: -86px;
	width: 86px;
	height: 107px;
	background-image: url('/images/lakitu.gif');
	background-repeat: no-repeat;
	z-index: 1;
}

#spikey
{
	position: absolute;
	width: 47px;
	height: 50px;
	left: 725px;
	bottom: 550px;
	background-image: url('/images/spikey.gif');
	background-repeat: no-repeat;
	z-index: 100;
	display: none;
}