
body{
	/*font-size: 20px;*/

	
	}
	
	img {
  width: 100%;
  height: auto;
}

a,
a:visited,
a:focus,
a:active{
	border: 0;
	color: #5860c5;
	text-decoration: none;
}

a:hover{
	border: 0;
	text-decoration: underline;
}
.content{
	position: relative;
	display: block;
	width: 800px;
	height: 600px;
	background: white url('logo.png') no-repeat center center;
	margin: 30px auto;
	padding: 20px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.6);
	box-shadow: 5px 5px 2px rgba(0,0,0,0.6);
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	opacity: 0.9;
}
