﻿body
{
    background-color: Black;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 80%;
    color: #717863;
    
    background-image: url(img/bgGuide.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    
    margin: 0;
    padding: 0;
}

.page
{
    width: 830px;
    position: relative;
    margin: auto;
    height: 900px;
    
    text-align: left;
}

img
{
    border: 0;
}

a
{
    color: #81DC00;
    font-weight: bold;
    outline: 0;
    position: relative;
    z-index: 2;
}

#wizard
{
    position: absolute;
    left: 230px;
    top: 150px;
}

.smartshop
{
    text-align: right;
    position: absolute;
    left: -50px;
    top: 280px;
    width: 230px;
}

.smartshop .logo
{
    position: absolute;
    left: 40px;
    top: -160px;
    z-index: 1;
}

.smokeshop
{
    position: absolute;
    left: 590px;
    top: 550px;
    width: 270px;
}

.smokeshop .logo
{
    position: absolute;
    left: -90px;
    top: -150px;
    z-index: 1;
}

.afrodisiaka
{
    position: absolute;
    left: 650px;
    top: 310px;
    width: 330px;
}

.afrodisiaka .logo
{
    position: absolute;
    left: -60px;
    top: -130px;
    z-index: 1;
}

.desc
{
    margin-top: 20px;
}

.footer
{
    position: absolute;
    top: 750px;
    left: 0;
    width: 830px;
    text-align: center;
}

.partners
{
    margin-top: 20px;
}

.partners a
{
    color: #717863;
    font-weight: normal;
}
