body, p, div, ul, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, input, textarea, table, td, th, caption{
	margin: 0;
	padding: 0;
}

p{
	margin: 1em 0;
}

body{
	background-color: #555;
	color: #ccc;
	font: 14px verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

#title{
	background: url(catlike_coding_logo.png) no-repeat top center;
	padding-top: 100px;
}

h1{
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

h2{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0;
	text-align: center;
}

#copyright{
	bottom: 0;
	color: #999;
	font-size: 11px;
	left: 0;
	margin-bottom: 5px;
	position: fixed;
	text-align: center;
	width: 100%;
}

#sites{
	display: table;
	margin: 0 auto;
}

#sites a, #sites a:visited{
	color: #ccc;
	display: table-cell;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
	width: 200px;
}

#sites a:hover{
	background-color: #333;
}

#anydice_link{
	background: url(anydice_logo.png) no-repeat top center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 100px;
}

small{
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#oh_shoot_link{
	background: url(oh_shoot_logo.png) no-repeat top center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 100px;
}

#tutorials_link{
	background: url(tutorials_logo.png) no-repeat top center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 100px;
}


#catlikeCoding-button{
	background: url(catlike_coding_button.png) no-repeat top left;
	bottom: 5px;
	display: block;
	height: 20px;
	left: 5px;
	position: fixed;
	width: 20px;
	z-index: 1000;
}

#media{
	display: table;
	margin: 50px auto 0;
}

#media a, #media a:visited{
	color: #ccc;
	display: table-cell;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
	width: 150px;
}

#media a:hover{
	background-color: #333;
}

#blog_link{
	background: url(media_blog.png) no-repeat top center;
	font-size: 16px;
	padding-top: 50px;
}

#chat_link{
	background: url(media_chat.png) no-repeat top center;
	font-size: 16px;
	padding-top: 50px;
}

#message_link{
	background: url(media_message.png) no-repeat top center;
	font-size: 16px;
	padding-top: 50px;
}

