@charset "UTF-8";
/* CSS Document */

/* BODY */
	
body{
		background-color: #492949;
		margin:0;
		padding:0;
		img border:none;
		}
		
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.6;
	}
	
a{
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
	
/* ELEMENTS */


.container {
	width: 960px;
	height: 645px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-image:url('images/background.png');
}

.tweeter{
	width: 345px;
	height: 277px;
	float: left;
	margin-top: 325px;
	background-image:url('images/tweet.png');

}

.twitter{
	width: 180px;
	height: 300px;
	margin-left: 115px;
	margin-top: 40px;
	}
	
.twitter ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-style: italic;
	list-style: none;
	line-height: 1.3;
}

.twitter ul li a {
	color: #492949;
			}
.twitter ul li a:hover { color: #1b2f6f; }

.right_holder{
	width: 576px;
	height: 321px;
	margin-top: 176px;
	float: right;
	background:none;
	
	}
	
.logo{
	width: 576px;
	height: 110px;
	background-image: url('images/logo.png');
}

.details{
	width: 576px;
	height: 166px;
	margin-top: 20px;
}



	
	
	
	