/* CSS Microsoft banner */

*,
body,
html {
    padding: 0;
    margin: 0;
}

.container {
    position: absolute;
    width: 970px;
    height: 250px;
    overflow: hidden;
    background: #002050;
    cursor: pointer;
}

#border {
    position: absolute;
    border: 1px solid #eee;
    width: 968px;
    height: 248px;    
    z-index: 999;
}

#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}


a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 999;
/*    background-image: url("transparant.png");
    background-repeat:repeat;*/
}

#txtEen, #vlak, #device, #txtTweeA, #txtTweeB, #stempel, #txtDrie, #btnWrapper, #btnTxt, #btnTxtHover{
    position: absolute;
}

#microsoft_logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#windows_logo {
    position: absolute;
    left: 24px;
    top: 22px;
}

#vlak{
    width: 970px;
    height: 250px;
    background: #002050; 
    left: -970px;
}

#txtEen{
    left: 39px;
    top: 85px;
}

#txtTweeA, #txtTweeB {
    left: 39px;
    top: 85px;
}

#txtDrie {
    left: 24px;
    top: 70px;
}

#device{
    left: 970px;
    bottom: 18px;
}

#stempel{
    left: 364px;
    top: 52px;
}

#btnWrapper{
    width: 175px;
    height: 41px;
    left: 23px;
    bottom: 24px;
    background-color: #fff;
    border: 2px solid #fff;
}

#btnTxt, #btnTxtHover{
    width: 145px;
    height: 16px;
    left: 16px;
    top: 14px;
}

#bgEen {
    width: 970px;
    height: 1400px;
    position: absolute;
    background-color: #f4f4f4;
}

.row_main {
    float: left;
    width: 160px;
}


.product {
    margin: 5px 6px;
}