body {
	background: url("103.jpg") no-repeat;
	background-size: cover;
	color: white;
}

div. return {
	width: auto;
	height: auto;
	positioning: absolute;
	top: 1000px;
	left: 200px;
background-color: #000;
}

div.go {
	width: auto;
	height: auto;
	positioning: absolute;
	top: 1000px;
	right: 200px;
	background-color: #000;
}

div.links {
	width: auto;
	height: auto;
	positioning: absolute;
	top: 1000px;
	background-color: #000;
}

a.l {
background-color: deeppink;
	color: white;
}

a:hover.l {
	background-color: white;
	color: red;
}

a:hover:not.l {
	background-color: red:
	color: yello;
}

div.hnb {
	width: 2000px;
	height: 85px;
	positioning: absolute;
	top: 250px;
	right: 600px;
font-weight: bold;
	font-size: 2em;
	text-align: center;
background-color: blue;
}

ul.c {
	list-style-type: none;
	padding: 10px;
	margin: 0;
	overflow: hidden;
	color: white;
	text-align: center;
}

li {
	float: left;
	color: white;
text-align: center;
}

li a {
	display: block;
	text-align: center;
	padding: 14px 14px;
	text-decoration: none;
color: white;
}

a.h {
	color: yello;
}

a:hover.h {
	background-color: white;
	color: red;
}

a:hover:not.h {
	background-color: red;
	color: yello;
}

div.bg {
	background: url("background image.jpg");
	background-repeat: no-repeat;
	background-size: cover;s
	background-color: yellogreen;
	margin: red 5px;
border: double 50px;
border: orange;
border: -o-linear-gradient(red, orange, yello, green, blue ,indigo, violet);
border: -moz-linear-gradient(red, orange, yello, green, blue, indigo, violet);
border: -webkit-linear-gradient(red, ornge, yello, green, blue, indigo, violet);
border: linear-gradient(red, orange, yello, green, blue, indigo, violet);
	positioning: absolute;
	top: 100px;
	width: 2000px;
	height: 200px;
}

p#top {
	text-visibility: hidden;
}