/* GLOBAL STUFF */

html, body 
{
	margin: 0 0 0 0;
	padding: 0;
}

body 
{
	margin: 0 0 0 0;
	color: #000000;
	font-family:monospace;
	font-weight: bold;
	font-size:11px;
}

#wrapper
{
	margin: 100px 0 0 100px;
}

.link
{
	height: 49px;
	width: 300px;
	overflow: hidden;
	font-size: 300%;
	line-height: 150%;
	color: #CCCCCC;
	cursor: hand;
	border-top: 1px solid #EEE;
}

.space
{
	height: 49px;
	width: 300px;
	border-top: 1px solid #EEE;
}

.slider
{
	margin-top: 0;
}

.link a
{
	text-decoration: none;
	color: #000000;
	padding: 25px 300px 25px 0px;
	font-weight: bold;
}

.link img
{
	height: 50px;
}

a img
{
	border: none;
}

.important
{
	color: #000000;
}
