body{
	background:url(images/bg.jpg) repeat-x #c2c2c2;
	margin:0;
	padding:0;
	height:100%;
	width:100%;

}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
}




#wrapper{
	width:900px;
	height:auto;

	margin:0px auto 0px auto;
}

#header{
	width:900px;
	height:100px;
	float:left;
}

#links{
	width:200px;
	height:20px;
	
	margin:30px 0px 0px 0px;
	float:right;
	
}

#links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-decoration:none;
	color:#333;
}

#links a:hover{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-decoration:underline;
	color:#333;
	
}

#logo{
	background:url(images/logo.png) no-repeat;
	width:128px;
	height:53px;
	float:left;
	margin:30px 0px 0px 40px;
}
#tv{
	background:url(images/tv2.png) no-repeat;
	height:343px;
	width:900px;
	background-position:center;
	margin:30px auto 60px auto;
	float:left;
}

#tv3{
	background:url(images/tv3.png) no-repeat;
	height:343px;
	width:900px;
	background-position:center;
	margin:30px auto 60px auto;
	float:left;
}

#tv4{
	background:url(images/tv4.png) no-repeat;
	height:343px;
	width:900px;
	background-position:center;
	margin:30px auto 60px auto;
	float:left;
}

#updates
{
	background:url(images/updates.png) no-repeat;
	width:900px;
	height:37px;
	float:left;
	margin:0px 0px 6px 0px;
}
#sketches
{
	background:url(images/sketches.png) no-repeat;
	width:900px;
	height:30px;
	float:left;
	margin:0px 0px 20px 0px;
}

#whatislucid
{
	background:url(images/whatislucid.png) no-repeat;
	width:440px;
	height:30px;
	float:left;
	margin:0px 0px 20px 0px;
}
#screenshots{
	background:url(images/screenshots.png) no-repeat;
	width:350px;
	height:30px;
	float:left;
	margin:0px 0px 20px 0px;
	
}

#tshirt{
	background:url(images/tshirt.png) no-repeat;
	width:221px;
	height:37px;
	float:left;
	margin:0px 0px 20px 0px;
	
}

#whole{
	width:880px;
	height:auto;
	padding:0px 20px 0px 20px;
	float:left;
}


#left{
	width:430px;
	height:auto;
	padding:0px 20px 0px 20px;
	float:left;
}

#right{
	width:430px;
	height:auto;
	float:left;
}

#footer{
	width:900px;
	height:70px;
	float:left;
}


#twitter_div {
	float:left;
	margin-left:-40px;
	padding:0px;
	
}
#twitter_update_list a {
	color:#c048b8;
}
#twitter_update_list li {
	margin:0px 0px 12px 0px;
	padding-left:0px;
	
	list-style:none;
	color:#333;
	background-color:#efefef;
	padding:10px;
	border:1px solid #e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	
}
#twitter_update_list ul{
	margin:0px;
	padding:0px;
	border:1px solid red;
}