* {
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	list-style: none;
}

body {
	background: url(../_img/bg.jpg) repeat;	
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;	
	color: #4b4b4b;
	padding-left: 50px;
}

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

p#intro {
	font-size: 170%;
	line-height: 98%;
	letter-spacing: -0.05em;
	margin: 150px 0 0 0;
	font-weight: bold;
}

ul#connect {
	font-weight: bold;
	font-size: 170%;
	line-height: 95%;
	letter-spacing: -0.05em;
	margin: 15px 0 0 -5px;
}

ul#connect li {
	clear: both;
}

ul#connect li a {
	float: left;
	padding: 2px;
}

ul#connect li a:hover {
	background-color: #000;
}

p#footer {
	clear: both;
	margin-top: 48px;
}