html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background: #fff url("../images/layout/background.jpg") center 0px no-repeat;

	text-align: center;
}

#page { 
    width: 984px;

    text-align: left;

    margin: 0 auto;

    border: 0px solid red;

    overflow: hidden;
}

#left { 
    float: left;

    width: 242px;
}

#left h3 { 
    margin: 0;
    padding: 5px 15px;

    clear: both;

    background: url("../images/layout/heading-bg.gif") repeat-y;

    font-style: italic;
    font-weight: normal;
    font-size: 9pt;
    color: white;
}

#left .login-box { 
    padding-bottom: 20px;
}

#logo-school { 
    text-align: center;
    padding: 16px;
}

#logo-school a { 
    display: block;

    width: 124px;
    height: 124px;

    margin: 0 auto;

    background: url("../images/layout/logo-komenskeho.gif") no-repeat;
}

#logo a { 
    display: block;

    width: 199px;
    height: 24px;

    background: url("../images/layout/logo.gif") no-repeat;
}

#logo a span { 
    display: none;
}

#main { 
    margin-top: 100px;

    float: left;

    width: 735px;
    
    border: 0px solid green;
}

#main #top { 
    height: 32px;
}

#main h1#logo { 
    float: left;

    margin: 0;

    border: 0px solid red;
}

#main #content { 
    clear: both;

    border: 0px solid red;
}

#content .top-box { 
    background: #aaa url("../images/layout/bg-heading.jpg");
    color: white;

    font-size: 9pt;
    font-weight: normal;
    font-style: italic;

    height: 27px;
    overflow: hidden;

    margin: 0 0 2px 0;
    padding: 0 15px;
}

#content-inner { 
    min-height: 600px;
}

#main #date { 
    font-style: italic;

    float: right;

    padding-right: 5px;
    padding-top: 8px;

    border: 0px solid red;
}

#main #date .gray { 
    color: #666;
}

#main #date .year { 
    color: #168397;
}

#signature { 
    padding: 5px 25px;

    overflow: hidden;

    color: white;

    background: #A8A8A8;
}

#signature a { 
    color: white;
    text-decoration: none;
}

#content #signature img { 
    margin: 0;
}
