<style type="text/css">

/* what's up pussy? you looking at my code? kiss my ass nerd - web bigot*/

/* CSS Document */

<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&display=swap" rel="stylesheet">


* {margin:0;padding:0;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.fileDownload {color: #fff; background-color: transparent; border: solid; border-color: #000; border-width: 3px;}
.fileDownload:hover {color: #fd0000;; background-color: #000; border: solid; border-color: #fff; border-width: 3px;}
.bigButton {color:#fff; background-color: transparent; border: solid; border-color: #fff; display: inline-block;}
.bigButton:hover {color:#fd0000; background-color: #fff;  display: inline-block;}

body {
font-family: 'Noto Sans JP', sans-serif;
font-weight:400;
background-color:black;
background-image: url(graphics/backgrounds/background-camo.jpg);
background-size:100%;
background-repeat: repeat-y;
background-position: center top;
color:white;
overflow-y:scroll;
padding:0;
margin:0;
height:auto;
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}

#wrapper {
width: 100%;
height: auto;
padding: 0;
margin: 0 auto;
}

#header {
width: auto;
height: auto;
margin: 30px auto -40px auto;
padding: 5px 20px;
}

#navigation {
width: auto;
height: auto;
margin: 30px auto 0 auto;
padding: 5px 20px;
}

#navButton {
display: inline-block;
margin: 20px 14px;
padding: 3px;
}

#navButton:hover {
background-color:#fd0000;
}

#contentMain {
max-width: 800px;
width: auto;
margin: 10px auto 10px auto;
}

#socialBreaker {
background-color: #fff;	
width: 100%;
margin-bottom: 40px;
margin-top: 40px;
}

#socialButton {
display: inline-block;
margin: 20px 14px;
padding: 10px;
}

#socialButton:hover {
background-color:#fd0000;
}

#footer {
max-width: 600px;
width:auto;
width: auto;
margin: 20px auto;
text-align: center;
}

#footerLinks {
text-align: left;	
margin: 40px 10px 0px 10px;
display: inline-block;
font-size: 10pt;
}

#footerLogo {
display: inline-block;
margin: 40px 10px 0px 10px;
padding: 3px;
}

#footerLegal {
text-align: center;
font-size: 9pt;
padding: 15px;
margin: 5px auto;
max-width: 550px;
width: 100%;
}

.footer:link {
color:#fff;
text-decoration: none;
}

.footer:visited {
color:#fd0000;
text-decoration: none;
}

#largeButton700 {
width: auto;
max-width: 700px;
background-color: transparent;
border: solid;
border-width: 1px;
border-color: #fff;
height: auto;
padding: 20px;
margin: 5px auto;
color: #fff;
font-size: 18pt;
font-weight: 900;
letter-spacing: 2px;
border-radius: 15px;
line-height: 27pt;
}

#largeButton700:hover {
background-color: #fd0000;		
}

a:link {color:#fff; text-decoration:none;}      /* unvisited link */
a:visited {color:#fff; text-decoration:none;}  /* visited link */
a:hover {color:#fd0000; text-decoration:none;}  /* mouse over link */
a:active {color:#fff; text-decoration:none;}  /* selected link */

#broadcastBox {
display: none;
width: auto;
height: auto;
margin: 0 auto;
padding: 0;	
}

#standbyBox {
display: block;
width: auto;
height: auto;
margin: 0 auto;
padding: 0;	
}