/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 92%;
font-family: trebuchet, verdana, sans-serif;
vertical-align: baseline;
}

a:link{color:#000000; text-decoration: none; font-size:100%}
a:visited{color:#000000; text-decoration: none;font-size:100%}
a:hover{text-decoration: underline;font-size:100%}

/* Typography */

p {
line-height: 1.4em;
font-size: .85em;
font-family: Trebuchet, verdana, sans-serif;
text-align: left;
}

h1 {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2.2em;
font-size: 1em;
font-family: trebuchet, verdana, sans-serif;
text-indent: 20px
}

h2 {
letter-spacing: 0px;
line-height: 1.8em;
font-size: .95em;
font-family: trebuchet, verdana, sans-serif;
margin-left: 40px
}

h3 {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
font-size: 1em;
font-family: trebuchet, verdana, sans-serif;
text-indent: 20 px
}
h4 {
letter-spacing: 15px;
line-height: 4em;
font-size: 1em;
font-family: trebuchet, verdana, sans-serif;
text-indent: 20 px
}

/* IDs */
#credits{
position:relative;
font-size:65%;
color:#999999;
text-align:center;
margin-top:620px;
margin-bottom:10px;
}


/* Grid */

.grid {
width: 980px;
margin-left: 40px;
margin-top: 60px;
}

.grid-m1 {
position: absolute;
width: 20px;
height: 1px;
}

.grid-c1 {
position: absolute;
margin-left:-40px;
margin-top:-20px;
width: 260px;
}

.grid-m2 {
position: absolute;
margin-left:120px;
width: 20px;
height: 1px;
}

.grid-c2 {
position: absolute;
margin-left:270px;
width: 700px;
margin-top:500px;
}

.grid-m3 {
position: absolute;
margin-left:240px;
width: 20px;
height: 1px;
}

.grid-c3 {
position: absolute;
margin-left:270px;
width: 700px;
margin-top: -20px;
}

.grid-c4 {
position: absolute;
margin-left:270px;
margin-top: 160px;
width: 500px;
}
