* 
{ 
	padding: 0;
	margin: 0;
	outline: none;
	border: none; 
}

#main 
{
	margin: 0px 0px 0 50px;
	padding: 30px 50px 0 50px;
	text-align:left;
	width:900px;
}


	
	
}

#imagecontainer
{
	float: left;
	width: 750px;
	padding: 30px 100px 0 0px;
}

html, body 
{ 
	text-align: left; 
	font-family: "times new roman", sans-serif; 
	font-size: 65px;
	color: #ffcc66; 
	background: #666;
	height: 100%;
}

a:link 
{
	background-color:transparent;
	color:#ffcc66;
	text-decoration:underline;
}

a:visited 
{
	background-color:transparent;
	color:#fff;
	text-decoration:none;
}

a:hover 
{
	background-color:#666;
	color:white;
	text-decoration:none;
}

a:active 
{
	background-color:transparent;
	color:#666;
	text-decoration:none;
}


