body {
	background : black;
	color : white;
	font-family : verdana;
}
p {
	font-size : 10;
}
h1 {
	font-size : 15;
	font-weight : bold
}
a {
	color : #bbff00;
}
div.center {
	text-align : center;
}
div.item {
	display : inline-block;
	width : 512;
	text-align : left;
}
div.main {
	display : inline-block;
	width : 512;
}
div.link {
	display : inline-block;
	height : 32;
}
div.link:hover {
	background-color : grey;
}
div.home {
	display : inline-block;
	height : 32;
	width : 32;
}
div.home:hover {
	/*background-color : grey;*/
	background-image : url(img/gradBG.png);
}
div.social {
	display : inline-block;
	height : 32;
	width : 32;
}
div.social:hover {
	background-color : grey;
}