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

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000;
	text-decoration: none;
	background: #FFFF00;
}
a:active {
	color: #000000;
	text-decoration: none;
}

body {
	margin:10px 0px; padding:0px;
	text-align:center;
	background-color: #000000;
	background-image: url(images/sitebg.jpg);
	
}

#container-home {
	position: relative;
	height: 650px;
	width: 950px;
	margin: 0px auto;
	background: #FFFFFF; 
	text-align: center;
}

#container-hypno {
	position: relative;
	height: 1200px;
	width: 950px;
	margin: 0px auto;
	background: #FFFFFF; 
	text-align: center;
}

#container {
	position: relative;
	height: 1100px;
	width: 950px;
	margin: 0px auto;
	background: #FFFFFF; 
	text-align: center;
}

#site{
	height: 1000px;
	width: 950px;
	margin: 0px auto;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#navigation {
	position: relative;
	width: 915px;
	height: 20px;
	top: 150px;
	left: auto;
	margin: 0px auto;
	font-family: "Times New Roman", Times, serif;
}

#content {
	position: relative;
	width: 600px;
	height: auto;
	left: 20px;
	top: 170px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}

#large { 
	font-size: xx-large;
	text-align: left;
	
}

#medium { 
	font-size: x-large;
	text-align: left;
	
}


#always {
	position: relative;
	width: 260px;
	height: auto;
	left: -25px;
	top: 170px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
