/* Styles for gscott.me
 * By G. Scott Russ -- gsr@gscott.me
 */
 
/*@font-face{
 font-family: "Museo 300";
 src: url("Museo300-Regular.otf");
}    
@font-face{
    font-family: "Museo 500";
    src: url("Museo700-Regular.otf");
}    
@font-face{
    font-family: "Museo 700";
    src: url("Museo700-Regular.otf");
}*/

body {
    text-align: center;
    background: url("/bg.png") repeat-x top center #222631;
}
div#container {
	margin-top: 50px;
    width: 600px;
    margin: auto;
    text-align: left;
}
h1 {
    font-family: Helvetica, sans-serif;
    color: #fff;
    text-shadow: #aaa 2px 2px, #000 -2px 2px;
    font-size: 100pt;
    margin: 0em;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
h2, p, a, a:link, a:visited, a:hover {
    font-family: Helvetica, sans-serif;
    color: #aaa;
}