/* Generic elements. */
body {
	font-family: 'Stint Ultra Expanded', cursive;
	}
	
/* Basic html elements. */
h1 {
	text-align: center;
	}
	
/* Custom html elements. */
#container {
	margin: 0 auto;
	overflow: auto;
	width: 600px;
	}

#webdude {
	float: left;
	}
	