@charset "utf-8";
/* CSS Document */

body {background-color:#C9E4FC}

/*  Difining DIV layers  */

#logo {
	width:417px;
	height:192px;
	top:10px;
	margin-left: auto ;
  	margin-right: auto ;
}

#main {
	background:none;
	width:600px;
	height:350px;
	top:242px;
	
	margin-left: auto ;
  	margin-right: auto ;
}


/*   Defining text styles   */

h2 {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	text-decoration:underline;
}

p {
	margin-left:10px;
	margin-right:10px;
}

img {
	border:0;
}
