#main{
width: 640px;
height: 480px;
position: relative;
}

#text{
position: absolute;
top: 115px;
left: 40px;
width: 348px;
height: 333px;
/*border: 1px solid grey;*/
overflow: hidden;
clear: both;
}

h1{
font-size: 1.2em;
margin-top: 0px;
}

li{
font-size: 1em;
font-weight: bold;
list-style-type: circle;
}

.firstlist{
	font-size: 1em;
	font-weight: bold;
	list-style-type: circle;
}

.secondlist{
	font-size: 0.8em;
	line-height: 0.9em;
	margin-left:15px;
}

.thirdlist{
	font-size: 0.8em;
	line-height: 0.9em;
	margin-left: 30px;
}

.sublist{
	font-size: 0.8em;
	line-height: 0.9em;
	margin-left:15px;
}


#blocker{
position: absolute;

top: 300px;
left: 0px;

/*
bottom: 0px;
left: 0px;
*/
width: 30px;
height: 35px;
/*border: 1px solid blue;*/
background-color: green;
float: right;
}

#video{
position: absolute;
top: 257px;
left: 436px;
width: 192px;
height: 160px;
/*border: 1px solid black;*/
}

#infoscreen{
position: absolute;
top: 80px;
left: 435px;
width: 192px;
height: 160px;
/*border: 1px solid blue;*/
}

