body	{
		background: #ddd;
		margin:0;
		padding:0;
		}
		
a	{
	cursor: cursor;
	text-decoration: none;
	}		

.rollover	{
			margin-left: 6px;
			webkit-border-radius: 15px;
			moz-border-radius: 15px;
			border-radius: 15px 0 15px 0;
			}

#header h1 	{
	font-family: Verdana;
	font-size: 21px;
	color: #555;
	letter-spacing: 2px;
	margin-left: 195px;
	}	

	
#text_1, #text_2	{
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #eee;
	width: 345px;
	float: left;
	}	

#text_1 {
		margin-left: 195px;
		margin-right: 39px;}

#main_container	{
				margin-left: 240px;
				margin-top: 15px;
				}

#header	{
		padding: 18px;
		width: 960px;
		height: 60px;
		background: #999;
		webkit-border-radius: 10px;
		moz-border-radius: 10px;
		border-radius: 45px 0 0 0;
		}		

				
#images	{
		padding: 18px;
		height: auto;
		width: 960px;
		background: #999;
		overflow: hidden;
		margin-top: 6px;
		webkit-border-radius: 10px;
		moz-border-radius: 10px;
		border-radius: 24px 0 24px 0;
		}				
		
#text	{
		padding: 18px;
		width: 960px;
		height: 180px;
		background: #666;
		margin-top: 9px;
		webkit-border-radius: 10px;
		moz-border-radius: 10px;
		border-radius: 0 0 45px 0;
		}		

#go		{
		background: #999;
		height: 309px;
		width: 180px;
		position: absolute;
		top: 117px;
		left: 1245px;
		webkit-border-radius: 10px;
		moz-border-radius: 10px;
		border-radius: 0 24px 24px 0;
		opacity: 0.2;
		}
		
a #go	{
		font-family: Verdana;
		font-size: 15px;
		color: #555;
		letter-spacing: 2px;
		text-align: center;
		text-decoration: none;
		}
		
a #go:hover	{
			opacity: 1;
			}		