    #main {
	border-width:0;
	overflow:visible;
	margin-bottom:0;
	height:100%;
    }

    #header {
	height:0px;
    }

    .text {
	height:100%;
	width:650px;
	margin:auto;
    }

    .vkimage {
        border-style:none;
        border-color:black;
        border-width:0px;
	margin:auto;
    }

    /* Links in text */

    div.text a:link {color:black; border-color:black; text-decoration: none} /* unvisited link */
    div.text a:visited {color:black; border-color:black; text-decoration: none} /* visited link */
    div.text a:active {color:black; border-color:black; text-decoration: none} /* selected link */
    div.text a:hover {color:black; border-color:black; text-decoration: none}


