body
{
	width: 1536px;
	height: 2048px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 40px;
	background-color: rgb(255,0,0);
}

body.home
{
	background-image: url(../images/2018Home.jpg);
	/*background-image: url(../images/home.png);*/
	background-repeat: no-repeat;
	/*background-position: top center;*/
	background-size: 1536px 2048px;

}
body.internal
{
	background-image: url(../images/InternalRevised.jpg);
	background-repeat: no-repeat;
	/*background-position: top center;*/
	background-size: 1536px 2048px;
	background-color: rgb(0,83,118);
}

.home footer
{
  /*vertical-align: middle;*/
  /*height: 74px;*/
  /*line-height: 74px;*/
}
.home .enter
{
	left: 580px;
	position: absolute;
  	bottom: 670px;
  	text-align: center;
  	margin: 0px auto;
}
header + main
{
	margin: 330px 0;
}

a
{
	color: #FFF;
    font-size: 30px;
}
header
{
	/* padding-top: 30px; */
    padding-left: 36px;
}
.checklabel
{
	color: #fff;
	display: inline-block;
	font-size: 18pt;
	padding-left: 8px;
}
.styledRadio, .styledCheckbox 
{
	display: inline-block;
}
.genderButtons
{
	background-repeat: no-repeat;
	background-size: 188px 188px;
	width: 188px;
	height: 188px;
	display: block;
}
#codeList
{
	display: none;
}

#male
{
	background-image: url(../images/male.png);
}
#male:hover 
{
	background-image: url(../images/male-hover.png);
}
#female
{
	background-image: url(../images/female.png);
}
#female:hover 
{
	background-image: url(../images/female-hover.png);
}
#male.active
{
	background-image: url(../images/male-hover.png);
}
#female.active
{
	background-image: url(../images/female-hover.png);
}

#rules
{
	display: none;
	padding: 20px;
}
#rules ol, #rules ul
{
	padding-left: 40px;
}
#rules ol p
{
	margin: 0.5em 0;
}
#rules ol li
{
	padding: 5px 0;
}
.fancybox-close {
	width: 70px !important;
	height: 70px !important;
    background-size: 88px 304px !important;
}

footer {
    position: absolute;
    bottom: 100px;
    left: 100px;
}