/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #ebebeb;
	font-size: 11px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color:#333;
}


#container {
	width: 430px;
	height: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -220px;
	}

#footer_container{
	width: 100%;
	height: 98px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 15px;
	}

#sandj{
	bottom: 15px;
	right: 15px;
	clear: none;
	position: absolute;
	background: url(../img/logos/l_sandj.jpg) 0 0 no-repeat;
	height: 98px;
	width: 102px;
	z-index: 1000;
}

#emchess-f{
	bottom: 15px;
	right: 15px;
	clear: none;
	position: absolute;
	background: url(https://www.sandjcreative.com/img/logos/emChess-3.jpg) 0 0 no-repeat;
	height: 40px;
	width: 147px;
	z-index: 1000;
}

#affil {
	display: inline-block;
	background: url(../img/logos/l_affil.jpg) 0 0 no-repeat;
	height: 98px;
	width: 102px;
	position: relative;
	clear: none;
	overflow: hidden;}
#affil:hover {background-position: -102px 0px;cursor: pointer;}

#comp {
	display: inline-block;
	background: url(../img/logos/l_comp.jpg) 0 0 no-repeat;
	height: 98px;
	width: 102px;
	position: relative;
	clear: none;
	overflow: hidden;}
#comp:hover {background-position: -102px 0px;cursor: pointer;}

#diva {
	display: inline-block;
	background: url(../img/logos/l_diva.jpg) 0 0 no-repeat;
	height: 98px;
	width: 102px;
	position: relative;
	clear: none;
	overflow: hidden;}
#diva:hover {background-position: -102px 0px;cursor: pointer;}

#emchess {
	display: inline-block;
	background: url(../img/logos/l_emchess.jpg) 0 0 no-repeat;
	height: 98px;
	width: 102px;
	position: relative;
	clear: none;
	overflow: hidden;}
#emchess:hover {background-position: -102px 0px;cursor: pointer;}

#wish {
	display: inline-block;
	background: url(../img/logos/l_wish.jpg) 0 0 no-repeat;
	height: 98px;
	width: 102px;
	position: relative;
	clear: none;
	overflow: hidden;}
#wish:hover {background-position: -102px 0px;cursor: pointer;}
