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

body {
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 1em;
}
#header {
	background-attachment: fixed;
	background-image: url(../img/logoappbyn.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	position: relative;
	height: 130px;
	width: 400px;
	background-color: #FFF;
}
#container a p {
	font-size: 100%;
	color: #333;
	text-decoration: none;
	margin-left: 2em;
}
#container a h1 {
	font-size: 200%;
	text-decoration: none;
	color: #00C;
	font-weight: bold;
}

