@charset "UTF-8";
#navcontainerhome {
	position: absolute;
	height: 50px;
	width: 370px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	right: 150px;
}
#title {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 300px;
	position: absolute;
	left: 30px;
	top: 20px;
}
#introtext   {
	position: absolute;
	height: 240px;
	background-color: #FFF;
	width: 385px;
	margin: 0px;
	padding: 0px;
	top: 62px;
	right: 30px;
}
#container {
	background-color: #FFF;
	height: 630px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	position: relative;
}
#twitter {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 230px;
	position: absolute;
	top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	right: 0px;
}
#texttest   {
	position: absolute;
	height: 500px;
	background-color: #FFF;
	width: 330px;
	margin: 0px;
	padding: 0px;
	top: 80px;
	left: 30px;
}
#mainContent   {
	position: relative;
	height: 630px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
}
/* CSS Document */

#wrapper #mainContent #text {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 700px;
	position: absolute;
	top: 40px;
	left: 65px;
}

