html, body {
	height: 100%;
}

body {
	margin: 0;
	#background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(9,97,119,1) 35%, rgba(0,212,255,1) 100%) no-repeat fixed;
	background: url('/img/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: sans-serif;
	font-weight: 80px;
	cursor: url('/img/cursor_auto.cur'), auto;
}

table {
	position: absolute;
	left: 20%;
	top: 20px;
	width: 60%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	border-radius: 10px;
}

th, td {
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}


th {
	text-align: left;
}

a {
	text-decoration: none;
	color: #28ff6b;
	cursor: url('/img/cursor_pointer.cur'), pointer;
}
	
h3{
	color: red;
}

#msg{
	background-color: rgba(0, 0, 0, 0.7);
	font-style: italic;
	font-size: 25px;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	left: 35%;
	top: 30%;
	color: white;
	width: 380px;
	height: 180px;
}

#irc_msg{
	background-color: rgba(0, 0, 0, 0.7);
	font-style: italic;
	font-size: 25px;
	border-radius: 10px;
	position: absolute;
	left: 25%;
	top: 10%;
	color: white;
	width: 600px;
	height: 500px;
}

#chat{
	#background: #28ff6b;	
	background-image: url('img/chat.png');
	background-size: cover;
	font-style: italic;		
	font-size: 30px;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
	height: 80px;
	width: 150px;
	color: white;
	cursor: url('/img/cursor_pointer.cur'), pointer;
}

#app{
	#background: #28ff6b;	
	background-image: url('img/app.png');
	background-size: cover;
	font-style: italic;		
	font-size: 30px;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
	height: 80px;
	width: 150px;
	color: white;
	cursor: url('/img/cursor_pointer.cur'), pointer;
}

#music{
	#background: #28ff6b;	
	background-image: url('img/music.png');
	background-size: cover;
	font-style: italic;		
	font-size: 30px;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
	height: 80px;
	width: 150px;
	color: white;
	cursor: url('/img/cursor_pointer.cur'), pointer;
}
