* {
margin: 0;
padding: 0;
}

body {
background-image: url('../images/splash.jpg');
width: 1280px;
height: 800px;
background-repeat: no-repeat;
}


#tweet_tweet	{
	position: absolute;
	top: 100px;
	left: 250px;
	height: 200px;
	width: 200px;
	background-image: url('../images/tweet_no.png')

}

#tweet_tweet:hover {
	background-image: url('../images/tweet.png')
}

#tweet_wee	{
	position: absolute;
	top: 100px;
	left: -350px;
	height: 200px;
	width: 200px;
	background-image: url('../images/tweet.png')

}