/* 
    Document   : kuukle_start
    Created on : Apr 21, 2012, 10:10:35 PM
    Author     : Panu Sarén -- www.kuukle.com
    Description: Stylesheet for start sheet used in www.kuukle.com
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 20px;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background: #f9f9f9 url(../_images/kuukle_bg.png)  0 0 repeat-x;
    text-align: center;
}

/* show kuukle screenshot as a background image for MSIE users */

body.kuukle {
    margin: 20px;
    padding: 20px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: #f9f9f9 url(../_pictures/kuukle_com_screen.png) 0 0 no-repeat;
    background-position: top center;
    text-align: left;
}

/* different colors for kuuke.fi */

body.gnib {
    margin:     20px;
    background: #b2bdc4;
    color:      #f9f9f9;
    text-align: center;
}

body.elgoog {
    margin:     20px;
    background: #ffffff url(../_pictures/google_fun.jpg) 0 0 no-repeat;
    background-position: bottom center;
    background-size: 800px 600px;
    color:      #777777;
    text-align: center;
}
