/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-dec-2013, 10:27:48
    Author     : sander
*/
body
{
    background-color:#C0C0C0;
    font-family:arial;
    color:white;
}

#main
{
    margin-top:200px;
    margin-left:auto;
    margin-right:auto;
    width:800px;
    height:350px;
    border: 5px solid #636363;
}

#transport
{
    float:left;
    width:400px;
    height:350px;
    background-color:#0000FF;
}
#transport:hover{
    opacity:0.5;
    filter:alpha(opacity=50);
}

#fundering
{
    float: right;
    width:400px;
    height:350px;
    background-color:#800080;
}
#fundering:hover{
    opacity:0.5;
    filter:alpha(opacity=50);
    
}