body, html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 16px;
	color: black;
	background: rgba(129,161,212,1.0);
}

body {
    position: relative;
}

a:link {
	color: rgba(28,78,137,1.0);
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

a:visited {
	color: rgba(198,217,50,1.0);
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a:hover {
	color: rgba(255,204,0,1.0);
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

a:active {
	color: rgba(198,217,50,1.0);
	font-weight: bold;
	font-size: 16px;
}

h1 {
    margin-left: 0;
    margin-top: 5px;
    color: rgba(28,78,137,1.0);
    text-shadow: 1px 1px 0 black;
}

hr {
    border: 1px dotted rgba(28,78,137,.9);
}

#header {
    position:absolute;
	width: 100%;
    height: 300px;
    background: url(img/header01.png) no-repeat rgba(0,0,0,.9);
    background-position: 50% 1%;
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
	border-bottom: 5px solid rgba(28,78,137,1.0);
}

.logo {
    top: 20px;
    left: 20px;
    position: absolute;
}

.top {
    top: 210px;
    right: 20px;
    position: absolute;
}

.sub {
    bottom: 0px;
    right: 20px;
    position: fixed;
    width: auto;
    height: auto;
}

#footer {
    position: fixed;
    bottom: 0;
    background-color: rgba(82,117,165,1.0);
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

#footer span {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

#footer span a {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

#footer a:hover {
	color: rgba(255,204,0,1.0);
	text-decoration: underline;
}

.content {
    top: 300px;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    position: absolute;
	width: 65%;
}

.content a {
	color: rgba(28,78,137,1.0);
}

.content a:hover {
	color: rgba(255,204,0,1.0);
}

.box {
    background-color: rgba(82,117,165,.7);
    border: 1px black dotted;
	border-radius: 10px 10px 10px 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.advertising {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}