html, body {
	margin:			0;
	cursor:			url(cursor.png), auto;
}
#main {
	height:			100%;
	width:			100%;
}

#top {
	position:		absolute;
	top:			0;
	height:			50%;
	width:			100%;
	background-color: 	#FF1C1C;
}


#bottom {
        position:		absolute;
        bottom:			0;
        height:			50%;
        width:			100%;
        background-color: 	#FFFFFF;
}

#line {
        position:               absolute;
        margin:                 auto;
        top:                    0;
        bottom:                 0;
        left:                   0;
        right:                  0;
        width:                  100vw;
        height:                 10vmin;
        background-color:       #000000;
        z-index:                2;
}
#middle {
        position:               absolute;
	margin:			auto;
	top:			0;
	bottom:			0;
	left:			0;
	right:			0;
	width:			50vmin;
	height:			50vmin;
        background-color:       #FFFFFF;
	z-index:		3;
	border:			10vmin solid #000000;
	border-radius:		50%;
}
