@charset "utf-8";
/* CSS Document */
body {
	background-color: #385AA1;
}
img {
	border: none;
}
#logo {
	position: absolute;
	top: 66px;
	left: 140px;
	width: auto;
	height: auto;
}
#skype {
	position: absolute;
	top: 48px;
	left: 33px;
	width: auto;
	height: auto;
}
#text {
	position: absolute;
	top: 580px;
	left: 150px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	white-space:pre;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color:#385AA1;
	visibility: hidden;
}
#none {
	display:none;
}
