@charset "utf-8";

body {
	height: 100%;
	width: 98%;
	margind-left: 1%;
	margind-right: 1%;
	background-color: #002A52;
	color: #fff;
	
}
html {
	height: 100%;
	width: 100%;
	
}
	.content {
	background-color: #002A52;
	height: 100%;
	width: 100%;
}
.img {
	float: left;
	padding: 10px;
}
