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

	html,body {
				background-color:#002e54;
			}
 
			#container {
				width:100%;
				height:100%;
			}
			#content{
				margin:50px auto;
			}

