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

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

body{
	color: #19D8F5;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:20px;
	margin-right:80px;
	margin-left:50px; 
	margin-bottom:50px;
	padding:0;
	
	background-repeat: no-repeat;
	background-position: center -45px;
	background-attachment: fixed;
}

a {
	text-decoration:none;
	font-size: 11px;
	color: #19D8F5;
	font-family: Arial, Helvetica, sans-serif;
}

#box {
	width: 100%;
	height: 100px;
	background-color:black;
	text-decoration:none;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	margin-left:-9px;
	
	
	
}
p { line-height:16px;
	
}
b{ 
color:white
}