html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	vertical-align: baseline;
	color: #68655c;
}

p {
	display: inline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	text-align: center;
	height: auto;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	display: inline;
	font-weight: 200;
}

h1.thin {
	font-size: 40pt;
	font-family: 'Source Code Pro', sans-serif;
	font-weight: 200;
}

h1.thin2 {
	font-size: 20pt;
}

h1.bold {
	font-size: 60pt;
	font-weight: 700;
	color: #c40000;
}

div {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

#frame {
	padding-top: 2%;
	width: 500px;
	height: auto;
	margin: 0 auto;
}

#logo {
	-moz-transform-origin: 173px 162px;
	-webkit-transform-origin: 173px 162px;
	transform-origin: 173px 162px;
	
	-moz-transform: rotate(-72deg);
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
	
	width: 320px;
	height: 330px;
	background-image: url('logo.png');
}

#youtube {
	background-image: url('youtube.png');
	float: left;
}

#steam {
	background-image: url('steam.png');
	margin: 0 auto;
	width: 196px;
	float: left;
}

#flickr {
	background-image: url('flickr.png');
	float: right;
}

#body-container {
	padding-top: 2%;
	width: 500px;
	height: 50;
}

#mail-container {
	padding-top: 2%;
	width: 500px;
	height: 150px;
	background-color: transparent;
}

div.link {
	margin 0;
	width: 152px;
	height: 72px;

	transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
}

#about {
	font-weight: 200;
	position:absolute;
	bottom: 6px;
	width: 500px;
	text-align: center;
	font-size: 35pt;
	cursor: pointer;
}

h1 span.displaynone {
	display: none;
}

.container:hover .link:not(:hover) {
	opacity: .25;
} 

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {

	#logo {
		background-image: url('logo@2x.png');
		background-size: 320px 330px;
	}

	#youtube {
		background-image: url('youtube@2x.png');
		background-size: 150px 60px;
	}

	#steam {
		background-image: url('steam@2x.png');	
		background-size: 150px 72px;
	}

	#flickr {
		background-image: url('flickr@2x.png');
		background-size: 152px 46px;
	}
}

@media only screen and 