@CHARSET "ISO-8859-1";

/*Stylesheet for index.html, it defines the location of elements*/

body
{
	/*background-color: #F0F0F0;*/
}

/*general info box sizes, allos us to resize the whole thing*/

#main_screen
{
	position:absolute;
	top:15%;
	left:25%;
	height:480px;
	width:640px;
}

.block
{
	position: relative;
	height: 118px;
	width: 158px;
	
/*	border-width: 1px;	
	border-style: solid;					
*/
}
.block_special1
{
	position: relative;
	height: 238px;
	width: 158px;
	
	border-width: 1px;	
	border-style: solid;					
}


.block a
{
	position: relative;
	top: 40%;
	left: 20%;
	font-size:large;
}

/*title attributes*/
#title
	{
		position: relative;
		height: 10%;
		width: 96%;
		top: 0%;
		left: 2%;
		text-align: center;
		font-family: verdana;
		font-size: 250%;
		font-weight: bold;
		/*background-color: white;*/
		
		/*border-width: 1px;
		border-style: solid;*/				
	}

#column1{	position: absolute;	top: 0%;	left: 0%;}
#column2{	position: absolute;	top: 0%;	left: 25%;}
#column3{	position: absolute;	top: 0%;	left: 50%;}
#column4{	position: absolute;	top: 0%;	left: 75%;}
