/* CSS Document */

html{
 height: 100%;
 }

body{
	background-image:url(../Images/layout/bg_Main_Solid.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height: 100%;
}

.siteContainer{
	margin: 0 auto 0 auto;
	/* Alignment Fix */
	padding: 0 0 0 9px;
	width: 759px;
}

h1.SchneidersLogo{
	background-image:url(../Images/layout/logo.gif);
	background-repeat:no-repeat;
	width: 416px;
	height: 64px;
	margin:0 auto 0 auto;
	text-indent:-5000px;
	position: relative;
	padding: 0 0 0 10px;
}

#recall {
position: relative;
	left: -4px;
	margin:0;
	padding:0;
	width: 775px;
	height: 28px;
	border: 0;
}

#topSection {
background-image:url(../Images/layout/langSelection_TopSection.gif);
background-repeat:no-repeat;
height: 5px;
width: 759px;
font-size: 4px;
}

#languageSelection{
	position: relative;
	left: -4px;
	margin:0;
	padding:0;
	width: 775px;
	height: 330px;
}

#selectionButtons{
position: relative;
	left: -8px;
	margin:0;
	width: 775px;
}
#selectionButtions img{
display: inline;
}

/*START Footer Styles */


#footer{
	background-image:url(../Images/layout/bg_Footer_Solid.gif);
	background-repeat:repeat-x;
	background-position: center top;
	font-size: 10px;
	color:#FFFFFF;
	height: 20px;
	width: 100%;
	text-align: center;
	font-family: "Trebuchet MS";
	padding: 35px 0 0 0;
	position: absolute;
	bottom: -30px;
}
#postFooter{
	background-image:url(../Images/layout/bg_Main_Solid_Postfooter.gif);
	background-position:center top;
	float:left;
	height: 1000px;
	width: 100%;
	position:fixed;
}


