@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.andysochor.com

Updated: 07/19/09
Author: Andy Sochor
Website: http://www.andysochor.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#101010; /* change to different color or image */
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#ffffff /* default font color */
	}

img {
	border:0
	}

#wrapper {
	margin:0 auto;
	background:#1C1C1C;
	width:400px;
	padding:15px;
	margin-top:100px;
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	text-align:center
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	color:#29f41a
	}

p, li {
	font-size:1.2em
	}

a:link {
	color:#02b4fe;
	text-decoration:none
	}

a:visited {
	color:#02b4fe;
	text-decoration:none
	}

a:hover {
	color:#02b4fe;
	text-decoration:underline
	}

a img {
	border:none
	}