/* ***************************************************** */
/* Tämä css-tiedosto sisältää tyylimäärittelyt Hasyweb-  */
/* sivuston niille sivuille, joissa käytetään kapeaa     */
/* sivunleveyttä. (esim. login, logout).				 */
/*                                                       */
/*               Lasse Häkkinen  2011                    */
/* ***************************************************** */

#body_content { width : 380px; }
#footer {
/*
	background : url(../images/background_footer.jpg) no-repeat left bottom;
 */
	background : url(../images/background_footer3.png) no-repeat left bottom;
	background-size : 100% 80%;
}
#footer img.flag {
    min-height: 1.6rem;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-radius: 2px;
}

.infoblock {
	width : 280px;
}
.time_infoblock {
	font-size : 12pt;
	width		: 280px;
}

div.textbox { width : 280px }
