body {
	color:#86b8fd;
}
p{
    font-size: 95%;
    font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

.content {
	max-width: 1200px;
    height: 800px;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
	background-position:50% 0;
	margin: 0px auto;
}

.content2 {
	max-width: 1200px;
    height: 800px;
    background-image: url('bgop.jpg');
    background-repeat: no-repeat;
    background-size: contain;
	background-position:50% 0;
	margin: 0px auto;
}

a {
	color:#86b8fd;
	text-decoration: none;
}

a:hover{
	color:#9ed5fc;
	text-decoration: underline;
}

a:active {
	color:#86b8fd;
}
