@charset "utf-8";
/* CSS Document for www.arfuller.com */

/* My thanks to Zimmer for the help with the CSS <3 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Some formatting */

body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-image: url(img/bg-repeat.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	width: 100%;
}

/* Background stuff */

#bgleft {
	position: absolute; bottom: 0; left: 0; height: 375px; width: 327px; background: url(img/bg-left.png);
}
#bgright {
	position: absolute; bottom: 0; right: 0; height: 376px; width: 316px; background: url(img/bg-right.png);
}

/* Main Title */

#maintitle {
	position: absolute;
	bottom: 18em;
	right:1%;
}

/* Links */

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

/* Headers */

h1 {
	color: #A2AABD;
	font-size:4.5em;
}
h2 {
	color: #C0EDED;
}

/* Lists */

ul.list_socials {
	position:absolute;
	left:1em;
	bottom: 24em;
}
li.socials {
	margin-right:1em;
	display:inline;
}

/* Footer */

p.footer {
	position:fixed;
	bottom:4px;
	left:4px;
}