/*
Main Css Page
2023-06-28
ISO
I might keep the format for other pages.
*/
body{
	margin: 0px;
	background-color: lightseagreen;
	overflow: auto;
}
p{
	margin: 0px;
}
.nav{
	background-color: #000000;
	float: right;
	margin: 0;
	margin-right: 10px;
	overflow: hidden;
	padding: 0.25%;
	top: 0;
	width: 72%;

	position: absolute;
	right: 0;
}
.nav a{
	color: white;
	background-color: gray;
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	width: calc(100% / 9);
}
.line{
	border: 5px solid darkred;
	position: absolute;
	margin-left: 25%;
	/*width: 5%;*/
	height: 99%;
}
.sepGame{
	border: 5px solid black;
	position: absolute;
	right: 2.5%;
	top: 35%;
	width: 70%;
}
.sepBook{
	border: 5px solid black;
	position: absolute;
	right: 2.5%;
	top: 70%;
	width: 70%;
}
.sepMusic{
	border: 5px solid black;
	position: absolute;
	right: 37.5%;
	top: 75%;
	height: 20%;
}
.lookGame{
	background-color: grey;
	position: absolute;
	width: 70%;
	height: 30%;
	right: 2.5%;
	top: 4.5%;
}
.lookBook{
	background-color: grey;
	position: absolute;
	width: 70%;
	height: 30%;
	right: 2.5%;
	top: 38%;
}
.lookMusic{
	background-color: grey;
	position: absolute;
	width: 31.5%;
	height: 25%;
	right: 41%;
	top: 73.5%;
}
.lookArt{
	background-color: grey;
	position: absolute;
	width: 31.5%;
	height: 25%;
	right: 2.5%;
	top: 73.5%;
}
.link{
	
}