﻿html
{
    height: 100%;
	background-color: #f7f7f7;
}

body
{
	width: 640px;
	margin: 150px auto 0 auto;
	position: relative;
}

h1
{
    margin: 0 0 10px 10px;
}

#bookboon, #ventusdk
{
    float: left;
    width: 303px;
    height: 295px;
    background-image: url(../images/home.box.png);
}

#ventusdk
{
    float: right;
}

#bookboon a, #ventusdk a
{
    position: absolute;
    display: block;
    width: 283px;
    height: 275px;
    padding: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    background: transparent url(../images/home.bookboon.png) no-repeat 74px 70px;
    color: #666;
}

#ventusdk a
{
    background-image: url(../images/home.ventusdk.png);
}

#bookboon ul, #ventusdk ul
{
    margin: 230px 0 0 78px;
    list-style-type: square;
    font-size: 14px;
    color: #666;
}