html {
    height: 100.1%;
    width: 100%;
    overflow-x:hidden;
}

body {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    background-image: url('./../images/backgrounds/bg_intro.gif');
    background-repeat: repeat-x;
    background-position: top left;
}
div.ctrStartpage{
    width: 810px;
    height: 896px;
    position: absolute;
    margin: 0px 0px 0px -405px;
    left:50%;
    background-image: url(./../images/backgrounds/bg_intro.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
div.ctrStartpage img{
	border: 0px;
}