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

body {
/*background:#8A100D;*/
	background:#000000;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; /*For IE Auto-margins failure*/
	margin: 0;
	padding: 0;
	min-width: 850px;
	color: #723506;
	/*line-height: 100%;
	letter-spacing: 0.1em;*/
}
h1 {
	
	font-size:130%;
}
h2 {
	color:#6CB3E1;
	font-size:120%;
}
h3 {
	color:#6CB3E1;
	font-size:100%;
}

a{
	text-decoration: underline;
	color: #723506;

}

a:hover
{
color: #000000;
}

em {
	
}
em a{
	
	}

#Container{
	position:relative;
	width: 850px;
	height: 969px;
	margin: 0 auto;
	text-align: left;
	background: url(Assets/YogaBackground.jpg) no-repeat;
	padding: 0;
}

	
#Left {
	position: absolute;
	top: 247px;
	left: -2px;
	width:460px;
	height: 600px;
	margin: 20px;
}

#Right {
	position: absolute;
	top: 600px;
	left: 500px;
	width: 310px;
	height: 250px;
	margin: 20px;
}

.BackToTop{
	/*background: url(Assets/Arrow.jpg) no-repeat 0 50%;
	padding: 0 0 0 25px;
	height: 20px;*/
	}
#Footer {
	position: absolute;
	top: 890px;
	left: 0px;
	width: 480px;
	height: 59px;
	margin: 10px;
}
