	body {
		margin:0px 0px; 
		padding:0px; 
		background-color: #ffcc99; 
		font-size: "100%"; 
		font-family: "Lucida Console", Monaco, Arial, monospace;
	}

	img {border:0}

	a { font-family: Arial, Helvetica, sans-serif; color: white; font-size: 14px; font-style: normal; text-decoration: none ; font-weight: bold}
	a:hover {color: white; text-decoration:underline;}

	#content {
		margin-right: 30px;
		margin-left: 30px;
		background-color: #fff;
		padding: 0;
		margin-top: 15px;
		font-size: 14px;
		
		border: 1px #000 solid;
	}
	#content a {color: black;}

			.browser_bar {
				float: left;
				width: 50%;
				height: 260px;
				margin: 0;
				text-align: center;
			}

			select {
				width: 100%;
				height: 200px;
				font-family: arial, sans-serif;
				font-size: 14px;
				line-height: 30px;
			}

			h2 {
				font-size: 14px;
			}

			.fake_select {
				width: 100%;
				text-align: left;
				font-family: arial, sans-serif;
				font-size: 14px;


			}


