html {
  background-image: url('animspace.gif');
  background-repeat: repeat 
}

a {
color: #FFFFFF;
text-decoration: none;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

embed, iframe, img, object, video { 
max-width: 100%; 
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#mainbox {
width: 100%;
max-width: 900px;
margin: 0 auto;
text-align: center;
background-color: #000000;
}


#topbox {
display: display-block;
width: 100%;
text-align: center;
}

#titlebox {
width: 100%;
display: inline-block; 
padding: 2px;
font-family: 'Boogaloo', sans-serif;
font-size: 36px;
color: #FFCE1A;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

#listingbox {
width: 90%;
display: inline-block;
font-family: sans-serif;
font-size: 18px; 
text-shadow: 2px 2px 2px rgba(255, 255, 255, 2.0);
color: #000000;
border: solid #CCFFCC 1px;
border-radius: 8px;
  background: -webkit-linear-gradient(#84A8A0, #CCFFCC);
  background:    -moz-linear-gradient(#84A8A0, #CCFFCC);
  background:         linear-gradient(#84A8A0, #CCFFCC);
}

@media screen and (max-width:800px){
#listingbox {
width: 100%;
margin: 5px auto;
font-family: sans-serif;
font-size: 18px; 
color: #000000;
display: inline-block; 
border: solid #CCFFCC 1px;
border-radius: 8px;
background-color: #CCFFCC;
}
}

.box33 {
display: inline-block; 
width: 33%;
text-align: center;
}

@media screen and (max-width:800px){
.box33 {
width: 100%;
margin: 5px auto;
display: inline-block; 
text-align: center;
}
}

@media screen and (max-width:800px){
.imgsize {
width: 90%;
text-align: center;
}
}


.box50 {
display: inline-block; 
width: 47%;
text-align: center;
vertical-align: top;
}

@media screen and (max-width:800px){
.box50 {
width: 100%;
margin: 5px auto;
display: inline-block; 
text-align: center;
}
}

.box100 {
width: 100%;
display: inline-block;
}

.box101 {
width: 100%;
display: inline-block;
font-size: 16px;
font-family: sans-serif;
}

.box102 {
width: 100%;
display: inline-block;
font-size: 18px;
font-family: sans-serif;
}

.box103 {
width: 100%;
display: inline-block;
text-align: left;
font-size: 16px;
font-family: sans-serif;
padding: 0 10px;
}

.footerbox {
width: 100%;
display: inline-block;
padding: 10px;
font-family: sans-serif;
font-size: 16px;
color: #FFFFFF;
background-color: #274167;
}
