/* 
    Author     : Heijnen Media
    Date       : 29 April 2011
*/

body {
    background: #ebf5e9;
    font-family: 'Helvetica';
    letter-spacing: 1px;
}

#container {
    position:absolute;
    top: 49%;
    left: 50%;
    width:1200px;
    height:846px;
    margin-top: -453px; /*set to a negative number 1/2 of your height*/
    margin-left: -600px; /*set to a negative number 1/2 of your width*/
    background: url('/img/bg.png') no-repeat;
}

#container-home {
    position:absolute;
    top: 49%;
    left: 50%;
    width:1200px;
    height:846px;
    margin-top: -453px; /*set to a negative number 1/2 of your height*/
    margin-left: -600px; /*set to a negative number 1/2 of your width*/
    background: url('/img/bg2.png') no-repeat;
}

#content-bg {
    float: left;
    width: 798px;
    margin-left: 200px;
    height: 605px;
    margin-top: 130px;
    border: 1px solid #8f8f8f;
    background-color: #FFFFFF;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; 
    -moz-box-shadow: 50px 10px 10px #000; /* Firefox */
    -webkit-box-shadow: 50px 10px 10px #000; /* Safari, Chrome */
    box-shadow: 1px 3px 1px #aaa; /* CSS3 */
}

.vic-content-bg {
    position: absolute;
    width: 294px;
    top: 349px;
    left: 304px;
    height: 196px;
    border: 1px solid #8f8f8f;
    background-color: #FFFFFF;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; 
    -moz-box-shadow: 50px 10px 10px #000; /* Firefox */
    -webkit-box-shadow: 50px 10px 10px #000; /* Safari, Chrome */
    box-shadow: 1px 3px 1px #aaa; /* CSS3 */
}

.content-vic {
    width: 254px;
    padding: 20px;
    height: 156px;
    position: absolute;
    top: 349px;
    left: 304px;
    text-align: center;
}

.content-vic p {
    margin-bottom: 16px;
}

#content {
    float: left;
    width: 758px;
    margin-top: 130px;
    padding: 20px;
    margin-left: 200px;
    height: 567px;
    position: absolute;
}

.home {
    float: left;
    width: 904px;
    margin-top: 83px;
    margin-left: 148px;
    height: 745px;
    position: absolute;
}

.logo-vic {
    position: absolute;
    left: 332px;
    top: 162px;    
}

.logo-yebbb {
    position: absolute;
    left: 96px;  
}

.logo-ehbdo {
    position: absolute;
    left: 587px;  
}

.logo-cloxion {
    position: absolute;
    left: 739px;  
    top: 142px;
}

.logo-blueocean {
    position: absolute;
    left: 815px;  
    top: 312px;
}

.logo-lastminutealert {
    position: absolute;
    left: 707px;   
    top: 508px;
}

.logo-safesider {
    position: absolute;
    left: 552px;  
    top: 647px;
}

.logo-veilingalert {
    position: absolute;
    left: 240px;  
    top: 647px;
}

.logo-applinker {
    position: absolute;
    top: 508px;
}

.logo-ictkitchen {
    position: absolute;
    left: 39px;  
    top: 322px;
}

.logo-vivino {
    position: absolute;
    left: 46px; 
    top: 156px;
}

.left {
    float: left;
    display: inline;
    width: 220px;
    margin-top: 20px;
    text-align: center;
}

.right {
    float: left;
    display: inline;
    width: 518px;
    margin-left: 20px;
}

.right p {
    margin-bottom: 20px;
}

p.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

p.header {
    margin-bottom: 0px;
    font-weight: bold;
}

p.header2 {
    font-weight: bold;
}

.bottom-links {
    position: absolute;
    width: 800px;
    text-align: center;
    left: 0;
    bottom: 14px;
}

.bottom-links a {
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 12px;
    color: #0f568c;
}

.bottom-links a.active {
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 12px;
    color: #0f568c;
    font-weight: bold;
}

.bottom-links a:hover {
    color: #e00000;
}
