@charset "UTF-8";
body {
	font-size:12px;
	font-family:Arial;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

a {
	text-decoration:none;
	color:#FFF;
}

#wrapper{
	width:728px;
	margin:0 auto;
}

#header{
	margin:10px 0px 0px 0px;
	width:728px;
	height:35px;
}

#logo{
	width:230px;
	height:35px;
	float:left;
}

#container{
	background: #000 url(images/flamingstocksbg.png) no-repeat;
	margin:10px 0px 0px 0px;
	width:728px;
	height: 379px;
}

#leftcontent{
	width:430px;
	height:379px;
	float:left;
}

#topimg{
	width:250px;
	height:100px;
	float:right;
	margin:10px 23px 0px 0px;
}

#bottomimg{
	width:250px;
	height:250px;
	float:right;
	margin:9px 23px 0px 0px;
}

#footer{
	font-size:10px;
	text-align:left;
	background:#000 url(images/flamingstocksfooter.png) no-repeat;
	width:708px;
	height:40px;
	padding:10px;
}

#copyright{
	width:300px;
	float:left;
}

#links{
	text-align:right;
	width:400px;
	float:right;
}

#tweet{
	width:200px;
	height:150px;
	float:right;
	padding:210px 18px 0px 0px;
}