@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	margin:0;
}

#banner {
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #000000;
	visibility: hidden;
	box-sizing: border-box;
}

#bg_blue {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	background-image: url(images/bg_blue.jpg);
}

#bg_red {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 149px;
	height: 250px;
	background-image: url(images/bg_red.png);
}

#glitchs {
	position: absolute;
	opacity: 0.3;
	top: 0px;
	left: 0px;
	width: 226px;
	height: 244px;
	background-image: url(images/glitchs.png);
}

#tokyo {
	position: absolute;
	top: 8px;
	left: 150px;
	width: 117px;
	height: 98px;
	background-image: url(images/tokyo.png);
}

#date {
	position: absolute;
	top: 116px;
	left: 132px;
	width: 154px;
	height: 16px;
	background-image: url(images/date.png);
}

#home {
	position: absolute;
	top: 142px;
	left: 132px;
	width: 154px;
	height: 26px;
	background-image: url(images/home.png);
}

#custom {
	position: absolute;
	top: 220px;
	left: 130px;
	width: 158px;
	height: 21px;
	background-image: url(images/custom.png);
}

#andre {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 143px;
	height: 250px;
	background-image: url(images/andre.png);
}


#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 250px;
	background-image: url(images/left.png);
}

#right {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 250px;
	background-image: url(images/right.png);
}