@charset "utf-8";
/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}
#entry {
	margin-left: auto; 
	margin-right: auto;
	width: 1075px;
	margin-top:85px;
	text-align:center;

}
#entry a {
	text-decoration:none;
	color: #666666;

	}
#landing {
	float:left;
}

#logo {
	float:right;
}
#images_left {
	float:left;
	margin-left:102px;
	margin-top:106px;
}
#images_right {
	float:left;
	margin-left:110px;
	margin-top:130px;
	color:#999999;
}
#images_right a {
	font-size:36px;
	text-decoration:none;
	color:#999999
}
#images_right p {
	margin-top:15px;
	}

