	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#747474;
		background-image:url(../images/bg.png);
		color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:bold;
		text-align:center; /* horizontal centering for IE Win quirks */
		}


	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:326px;
		width:450px;
		clear:left;
		background-image:url(../images/logo.png);
		background-repeat:no-repeat;
		top:20%;
		}

	#container div {
		float:right;

		}

		
	.twitter {
	width:256px;
	color:#fff;
	height:auto;
	position: absolute;
	bottom: 29px;
	left: 127px;

	}
	
	.twitter li {
			list-style:none;

	}
	
	.twitter a {
		font-size:10px;
		font-weight:bold;
		color:#486d8b;
		text-decoration:none;

	}
		
		
