@charset "UTF-8";
/* CSS Document */

body {
		background: #ffffff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
}

#container {
		width: 800px;
		margin: auto;
}

		#container .logo {
				padding-top: 20px;
		}

#topbar {
		background: green;
		height: 100px;
}

#content {
		width: 800px;
}

		#content .icon {
				padding-left: 10px;
				padding-right: 20px;
		}