@charset "utf-8";
/* CSS Document */

body {
	font-family: calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bck.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	position: absolute;
	left: 350px;
	top: 50px;
	width: 500px;
	height: 100px;
	color:#FFFFFF;
}
