/* STYLE SHEET FOR INDEX.HTML */

#content           {
			position: middle;
 			margin-left: auto;
			margin-right: auto;
			width: 800px; 
			height: 600px; 
			background-color:white;
			
			}

body             {
			margin: 0px; position: middle; background-color:black;

		         }
#textframe1	{	
			position: absolute; top: 170px; left: 20px;
			width: 100px;
			height: 100px;
			}

#textframe2	{	
			position: absolute; top: 170px; left: 170px; 
			width: 300px;
			height: 200px;
			}

#textframe3	{	
			position: absolute; top: 260px; left: 20px;
			width: 150px;
			height: 100px;
			}

#textframe4	{	
			position: absolute; top: 260px; left: 170px;
			width: 300px;
			height: 200px;
			}

#textframe5	{	
			position: absolute; top: 380px; left: 20px;
			width: 150px;
			height: 100px;
			}

#textframe6	{	
			position: absolute; top: 380px; left: 170px;
			width: 300px;
			height: 200px;
			}

#textframe7	{	
			position: absolute; top: 430px; left: 20px;
			width: 150px;
			height: 100px;
			}

#textframe8	{	
			position: absolute; top: 430px; left: 170px;
			width: 300px;
			height: 200px;
			}

p             {
			font-family: verdana; color: black; font-size: 8pt; font-weight: normal;
			line-height: 14px; text-align: left;
    			}


h1             {
			font-family: verdana; color: #E50F9F; font-size: 8pt; font-weight: normal;
			line-height: 14px; text-align: left;
			} 

		         
#banner		{	width: 800px;
			height: 100px; position: absolute;
			background-color: black;
			padding: 10px;
			}

#pictures1 {
			position: absolute; top: 190px; left: 430px;
			border: 0px;
			}

#logo		{
			position: absolute; top: 35px; left: 500px; 
			border: 0px;
			}


#apple		{	position: absolute; top: 318px; left: 165px; 
			border: 0px;
					
		    }

#bottom		{	width: 800px;
			height: 15px; position: absolute; 
			top: 360px; left: -450px;
			background-color: black;
			padding: 10px;
			}