/* START Clear & Set Defaults  */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,blockquote,table,th,td{
	margin: 0px;
	padding: 0px;
	cursor: default;		
}
p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	cursor: default;		
}
img{
	border: 0px;
}
cite,code,em,h1,h2,h3,h4,h5,h6,th,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing: -1px;
}
a{
	text-decoration: none;
	cursor: pointer;		
}
body{
	font-size: 62.5%;
	background: #e41 url('/img/bg.png') repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #eee;
}
body .clear{
	clear: both;
}
body .center{
	text-align: center;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
strong{
	font-weight: bold;
}
em, cite{
	font-style: italic;
}
/* END Clear & Set Defaults  */

#container{
	margin: 0px auto;
	width: 750px;
	text-align: center;
}
#container #content{
	padding: 150px 0px 0px 0px;
	text-align: left;
}
#container #content ul#icons{
	margin: 50px auto;
	width: 750px;
	list-style-type: none;
}
#container #content ul#icons li{
	float: left;
	margin: 10px;
}
#container #content div#drewmack{
	margin: 0px auto;
	width: 420px;
	text-align: center;
}
