h1, h2, h3, h4, h5, h6 {
    margin:  0;
    padding: 0;
}

body {
    background-color:  #2b2b2b;
}

div#logo {
    background-image:   url("img/ap_logo.png");
    background-repeat:  no-repeat;
    height:             256px;
    width:              300px;
    float:              left;
    clear:              left;
}

div#title{
    display:            inline;
    margin-left:        .5em;
    padding-left:       .5em;
    clear:              left;
}

div#title h1#error {
    font-family:    "dolen-taith";
    font-size:      800%;
    color:          #000000;
}

div#title h2#error_name {
    font-size:      200%;
}


@font-face {
    font-family:			dolen-taith;   
    src:					url(font/dolen-taith.woff);
}

p {
    font-size:      125%;
}
