body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin:0;
	padding:0;
        background-color:black;
}

.img1 {
width: 70%;
height: auto;
}
.img2 {
width: 30%;
height: auto;
}
#chatbox{
	position:fixed;
	width:200px;
	height:400px;
	right:10px;
	top:10px;
	z-index:10001;
	border-style: solid;
    border-width: 2px;
    border-color:lime;
    padding-bottom:20px;
}

.nav0
{
    background-color:#DB0073;
	z-index:1;

position: fixed;
border: 3px yellow dashed;
left: 800px;
top : 20px;
}

video
{

}

h2
{
color : #FF00FF;
}
a:link, a:visited, a:active, a:focus, a{
  color : yellow;
}

.nav1
{
    background-color:#FFCC00;

position: fixed;
border: 3px blue dashed;
left: 33px;
top : 80px;
}

.nav2
{
    background-color:BlueViolet;

position: fixed;
border: 3px pink dashed;
left: 490px;
top : 140px;
}

.nav3
{
    background-color:Black;
position : fixed;
border: 3px bluesky dashed;
right: 40px;
bottom : 10px;

}

.nav4
{
    background-color:black;
position : fixed;
border: 3px bluesky dashed;
right: 150px;
bottom : 50px;

}
.nav5
{
    background-color:Black;
position : fixed;
border: 3px blueskydashed;
right: 60px;
bottom : 110px;


}

.nav6
{
    background-color:Black;
position : fixed;
border: 3px bluesky dashed;
right: 230px;
bottom : 30px;
}

.nav7
{
position : fixed;
border: 3px bluesky dashed;
right: 220px;
bottom : 200px;

}