/* @override http://127.0.0.1/css/home-template.css */

/* Live editing in CSSEdit:
   To observe changes to this .css file in a live CSSEdit window, 
   include the full URL (of this .css file) within an @override command 
   (see above).
*/


body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
}
 
#noscript {
	display: block;
	margin: 20px;
	padding: 10px;
	border: 6px double #c60b1e;
}

#noscript p {
	font-size: 14px;
	color: #fff;
	
}

#noscript span {
	font-weight: bold;
	color: #fff;
}
  
/* @group Page Structure Styles */

div#centered-structure {
	width: 800px;
	height: 600px;
	margin: 50px auto;
	background-image: url(/images/home-bg-3.jpg);
	position: relative;
}
/* @end Page Structure Styles */

/* @group Menu Items */

.home-menu-item {
	display: block;
	width: 154px;
	height: 110px;
}

a#emazon-training,
a#dark-wolf,
a#user-login {
	position: absolute;
	text-decoration: none;
	text-indent: -1999px;
}

a#emazon-training {
	display: block;
	width: 202px;
	height: 84px;
	top:  462px;
	left: 137px;
}
a#dark-wolf {
	display: block;
	width: 242px;
	height: 84px;
	top:  465px;
	left: 454px;
}
a#user-login {
	width: 244px;
	height: 297px;
	top:  160px;
	left: 300px;
}

a#emazon-training {background-image: url(/images/main-emazon.gif);}
a#dark-wolf {background-image: url(/images/main-wolf.gif);}

a#emazon-training:hover {background-image: url(/images/main-emazon-over.gif);}
a#dark-wolf:hover {background-image: url(/images/main-wolf-over.gif);}


/* @end */



/* @group CSS "clearfix" solution */


/*	Background:
	A parent div with floated child div's will collapse.
	The CSS clearfix solution is used to clear the floated children.
	Add the class "clearfix" to any parent div eg:
		<div id="parent-div" class="clearfix">
	Then include the following CSS is in a your stylesheet:
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* @end css clearfix solution */
