@charset "utf-8";
/* CSS Document */

body{
	/* HTML Body of page */
	margin:0px;
	background:url(../img/bg-blue.jpg) top center no-repeat #193C74;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.header .upper .logo{
	margin-left:5px;
	margin-top:5px;
	height:50px;	width:500px;
	background:url(../img/logo.png) top left no-repeat;
	float:left;

}
