BODY {
    background-color: #333333;
    font-family:verdana;
    color:#fff;
    padding:0px;
    margin:0px;
}

div.wrapper {
    left:50%;
    margin-left:-625px;
    position:relative;
    width:1250px;
    height:1250px;
    background: url(/gfx/vector_background.png) no-repeat 12px 28px;
}

div.header {
    width:1250px;
    height:389px;
}

div.header .box {
    float:left;
    width:192px;
    height:389px;
    margin-left:51px;
}

div.header .ident {
    float:right;
    width:334px;
    height:204px;
    background: url(/gfx/ident.jpg);
    padding:140px 0px 0px 16px;
    font-size:16px;
    text-transform: uppercase;
    line-height:20px;
}

div.header .ident .links {
    margin-top:7px;
}

div.header .ident .links a {
    color:white;
    font-size:10px;
    text-decoration:none;
    margin-left:18px;
}

div.header .ident .links a:hover {
    color:#aaa;
}

div.header .ident .links a.noMargin {
    margin-left:0px;
}

div.header img {
    display:none;
    cursor:pointer;
}

div.header .ident .sub {
    font-size:12px;
    line-height:16px;
    margin-top:21px;
}

div.header .ident .sub table {
    font-size:12px;
    line-height:16px;
}

div.header .ident .sub a {
    color:white;
    text-decoration:none;
}

div.header .ident .sub a:hover {
    color: #aaa;
}

div.content {
    margin-left: 108px;
    width:1035px;
    background-color:#333333;
    padding-top:40px;
    padding-bottom:10px;
}

div.content .headline {
    background-color:white;
    width:200px;
    padding-left:20px;
    text-transform: uppercase;
}

div.content .text {
    padding:20px 50px 20px 50px;
}

div.language {
    position:absolute;
    font-size:11px;
    margin-left:108px;
    width:1025px;
    text-align:right;
    margin:5px 5px 0px 108px;
}

div.language a {
    color:white;
    text-decoration:none;
}

div.language a:hover {
    color:#aaa;
}

div.imagelisting {
    text-align:center;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-top:25px;
    /*background-color:#ffb4b4;*/
    background-color:white;
}

div.imagelisting img {
    margin:15px 35px 15px 35px;
    width:100px;
}

div.demoreel {
    margin-top:45px;
    font-style:italic;
}

div.demoreel a {
    color:white;
    text-decoration:underline;
}

span.lowercase {
    text-transform: lowercase;
}

div.text {
    font-size:12px;
    width:720px;
    margin-bottom:25px;
}

table td {
    font-size:12px;
}
