body
	{
		font-family:arial, sans-serif;
		color:#333333;
	}

p
	{
		margin:10px 20px;
		font-size:14px;
	}

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


img.floatLeft
	{
		float:left;
		margin-right:20px;
	}

#container
	{
		background: #999; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333399', endColorstr='#006633'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#339), to(#063)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #339,  #063); /* for firefox 3.6+ */
		width:100%;
		height:100%
	}

#content
	{
		width:800px;
		height:600px;
		margin:auto;
		padding: 40px 0 0 0;
	}

div.content-box
	{
		background:url('images/content.png') no-repeat left top;
		width:479px;
		height:198px;
		padding:8px;
		float:left;
		margin:0;
		
	}

#twitter
	{
		float:right;
		background:url('images/twitter-bg.png') no-repeat left top;
		width:252px;
		height:414px;
		padding:10px;
	}
	
.social-media
	{
		float:left;
		height:52px;
		width:200px;
		padding:20px 10px;
	}
