html {
	font-family: Verdana, Helvetica, sans-serif;
    background-color:#000;
	color:#fff;
    line-height: 115%;
    }
body {
    background:url(../images/eric_home.jpg) no-repeat fixed;
    margin:0px 0px 0px 0px;
    }
div {
    background-color:transparent;
    }
#container {
    padding: 10 15% 0 320px;
	}
    
/* default stuff */
 
h1 {
	font-size: 20px;
}
h2 {
    margin-top:25px;
	font-size: 16px;
	}
p {
	font-size: 11px;
	}
b {
    font-size: 12px;
    }
cite {
        font-size: 12px;
        }
a {
	color: #fff;
	}
a:visited {
	color: #ccc;
	}
a:hover {
	color: #f00;
	}
img {
	border: 0px;
}