@charset "utf-8";

* { margin:0; padding:0; }

body {
	background-color: #014CFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	
	text-align: center;
}

img { behavior: url(lib/iepngfix.htc) }

html, body { height:100%; }

div#d_stab {
	margin: 0 auto;
	position: relative;
	text-align: center;
	
	width:212px;
	height:100%;
	background-image: url(img/stab_bg.png);
	background-repeat: repeat-y;
}

div#d_n99 {
	padding: 30px 0 25px 0;
}
div#d_btn_bbl {
	padding: 0 0 3px 0;
}
div#d_btn_contact {
	padding: 0 0 3px 0;
}

div#d_footer {
	color:#ff39e5;
	padding-bottom: 15px;
	/*position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
	text-align: center;
	color:#ff39e5;*/
}