/* Reset Styles */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, body { margin: 0px; padding: 0px; border: 0px; }

table, tr, td { border-collapse: collapse; }

.iewrapper { text-align: center; }

/* clearing technique */
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/* Custom styles */

body 
{ 
    background-color: #202020;
}

/* Custom elements */

#pagewrapper
{
    min-width: 850px;
    /*border: solid 1px blue;*/
}

#pagecontainer
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background: url(bg_underconstruction.jpg) no-repeat center top;
    min-height: 400px;
    /*border: solid 1px green;*/
}

#textcontainer
{
    float: left;
    width: 280px;
    /*border: solid 1px red;*/
    margin-top: 340px;
    margin-left: 285px;
    text-align: center;
}

#textcontainer span
{
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #dddddd;
    line-height: 20px;
}

#textcontainer p
{
    margin-bottom: 10px;
}

#textcontainer em
{
    color: #aaaaaa;
}
