@charset "UTF-8";
/* CSS Document */

body{ background-color: black; margin:0; padding:5; background-repeat:no-repeat; background-size:100% 100%; background-attachment: fixed; } 
p { color: #EAFDFF; font-family: sans-serif; margin:10; background-color: black;} 
h3{ color: white; }
a { color: black; font-family: sans-serif; font-weight: bolder; text-decoration:none; background-color: #92DAE7;font-size: 120%; padding: 0px 5px 0px 5px; } 
a:hover { background-color: #FEFEDF;}
a:active { background-color: #FEFEDF; }

img {
  max-width: 100%;
  height: auto;
}

#everything  {
	margin:0;
	padding:0;
}

#screen  {
	height:96%;
	z-index: 1;
}

#menu  {
left:0px;
position:static;
top:0px;
padding-left:5px;
padding-bottom:20px;
visibility:visible;
z-index: 2;
}

#link {
display: inline-block;
padding-top:5px;
padding-bottom:5px;
visibility:visible;
z-index: 2;
}

#content  {
left:0px;
right:0px;
/* width:400px; */
/* padding-right:15%; */
position:static;
top:80px;
visibility:visible;
z-index: 3;
}

#post  {
width:400px;
/* height:400px; */
float:left;
padding-right:5px;
padding-left:5px;

padding-bottom:10px;

}

#vfxpost  {
/* width:400px; */
height:720px;
float:left;
padding-right:5px;
padding-left:5px;

padding-bottom:10px;

}

.horse {
z-index: 1;
}

.buttonSelected {
	background-color: #FEFEDF;
}

.imglink {
	padding: 0px 0px 0px 0px;
	background: none;
}