﻿html, body 
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	
	color: #FFFFFF;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 11px;
	
	background-color: #C1CBE1;
	background-image: url(../images/startpage/background.jpg);
	background-repeat: repeat-x;
}

img 
{
    border: 0px;
}

a 
{
    color: #465C8B;
}

a:hover
{
    text-decoration: none;
}

#wrapper
{
    margin: 0px auto;
    width: 475px;
    height: 100%;
    min-height: 100%;
    
    text-align: center;
    
    background-image: url(../images/startpage/wrapper-background.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

html>body #wrapper
{
	height: auto;
}

#websites
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

#websites li 
{
    padding-bottom: 11px;
}

#textLinks ul
{
    position: absolute;
    width: 350px;
    
    margin: 0px 0px 5px auto;
    padding: 0px;
    
    bottom: 0px;
    right: 0px;
}

#textLinks ul li 
{
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

/* WEBNET4U credentials --------------------------  */

#webnet4u 
{
    position: absolute;
    left: 0px;
    top: 0px;
    
    width: 61px;
    text-align: center;
    padding-top: 6px;
}

#webnet4u a 
{
    color: #FFFFFF;
    font-family: Arial, Verdana, Georgia;
    font-size: 9px;
}

#webnet4u a:hover 
{
    text-decoration: none;
}
