*, html{
    padding:0;
    margin:0;
	margin-left: 0;
	margin-right: 0;
	cursor: url('cursor.cur'), auto;
	background-image: url('../img/background.png');
	font-family: "Comic Sans MS", sans-serif;
}

html{
	background-image: url('../img/background.png');
}

.ad {
	width: fit-content;
	left: 406px;	
	top: 10px;
	right: 1px;
	position: relative;
}


.wrapper .welcome{
	width: fit-content;
	margin-left: 204px;	
	text-align: center;
	border-radius: 9px;
	background-image: url("../img/textbg.jpg");
	top: 10px;
	right: -175px;
	position: relative;
}


.wrapper *{
	background-image: unset;	
}


.wrapper .mediaplayer{
	position: fixed;
	left: 10px;
	top: 10px;
	bottom: 10px;
	width: 256px;
	height: 170px;
	background: url('../img/textbg.jpg');
	border-radius: 9px;
	text-align: center;
}

.wrapper .picofday{
	position: fixed;
	left: 10px;
	top: 190px;
	bottom: 10px;
	width: 256px;
	height: 225px;
	background: url('../img/textbg.jpg');
	border-radius: 9px;
	text-align: center;
}

.wrapper .sidenav{
	position: fixed;
	left: 10px;
	top: 425px;
	bottom: 10px;
	width: 256px;
	height: 450px;
	background: url('../img/textbg.jpg');
	border-radius: 9px;
	text-align: center;
}

.wrapper .rsidenav{
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: 256px;
	height: 370px;
	background: url('../img/textbg.jpg');
	border-radius: 9px;
	text-align: center;
}



.wrapper .main-section{
	width: 720px;
	left: 280px;	
	text-align: center;
	border-radius: 9px;
	background-image: url("../img/textbg.jpg");
	position: relative;
}

.wrapper p, h1, h2, h3, h4{
  color: black;
  font-weight: 900;
}

.wrapper a{
 color: black;
}

 /* unvisited link */
.wrapper a:link {
  color: #860000;
}

/* visited link */
.wrapper a:visited {
  color: black;
}

/* mouse over link */
.wrapper a:hover {
  color: #0404ff;
}

/* selected link */
.wrapper a:active {
  color: #0404ff;
} 



/* @group Blink */
.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */

/*for footer*/
#main{
	min-height: 90vh;
}

table.center {
	margin-left: auto; 
	margin-right: auto;
}

.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{background-image:url(downloads/mainbg.jpg);border-color:ghostwhite;border-style:solid;border-width:2px;overflow:hidden;padding:5px 5px;word-break:normal;}
.tg th{border-color:ghostwhite;border-style:solid;border-width:0px;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-0lax{color:ghostwhite;text-align:left;vertical-align:top}