
body, td {
	background:#191919;
	color:white;
	font-family:Serif;
	text-align:center;
}

div#content {
	display:block;
	width:910px;
	position:relative;
	top:100px;
	left:50%;
	margin-left:-455px;
}

div#footer {
	display:block;
	width:300px;
	position:relative;
	top:120px;
	left:50%;
	margin-left:-150px;
}

section#box {
	border-radius:30px;
	border-style:dotted;
	border-color:#00ddff;
	border-width:2px;
	background:#4c4c4c;
	padding:15px 15px 15px;
}

section#boxleft {
	float:left;
	width:400px;
	padding-left:35px;
}

section#boxright {
	float:right;
	width:400px;
}

h1#title {
	margin-bottom:20px;
}

section#spacer {
	padding-top:20px;
}

.clear {
	clear:both;
}

/* SOCIAL ICONS */

img.first {
	padding-left:0px;
}
img.next {
	padding-left:10px;
}

