﻿html
{
    height: 100%;
    background-color: #f7f7f7;
}

body
{
    width: 855px;
    margin: 150px auto 0 auto;
    position: relative;
}

h1
{
    margin: 0 0 10px 10px;
    display: block;
}

body > h1
{
    height: 60px;
}

body > h1 img
{
    display: inline;
}
img.ventusdk
{
    padding-left:195px;
}


#bookboon, #ventusdk
{

    width: 303px;
    height: 320px;
    background-image: url(../images/home.box.png);
    border: 1px solid #cccccc;
    background: #ffffff;
    display: block;
    float: left;
}

#bookboon
{
    width: 450px;
}

#ventusdk
{
   margin-left: 50px;
}

#bookboon h2, #ventusdk h2
{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    padding: 10px;
}

#ventusdk h2
{
    padding-bottom: 10px;
}

#bookboon a, #ventusdk a
{
    display: inline-block;
    width: 200px;
    height: 180px;
    padding: 0 10px 0 10px;

    font-size: 22px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}

#ventusdk a
{
    padding-left: 50px;
}

#bookboon ul, #ventusdk ul
{
    padding: 10px 0 0 40px;
    margin: 0;
    text-align: left;
    text-transform: none;
    list-style-type: square;
    font-size: 14px;
    color: #666;
    width: 150px;
}

#ventusdk img
{
    width: 170px;
    height: 170px;
}
