@charset "utf-8";
/* CreativeConcord - CSS Styles */

body {
	background-color: #ffffff; 
	margin: 0; 
	padding: 0
}

a img {
	border: 0;
}

div#container {
	width: 960px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -290px;
	text-align: center;
	vertical-align: bottom;
}

#teaser {
	width: 960px;
}

.message {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: left;
	float: left;
	width: 480px;
	position: relative;
	display: block;
}
.socialbuttons {
	float: right;
	display: block;
	width: 200px;
	height: 100px;
	bottom: 50px;
	right: 0px;
	text-align: right;
}


@media screen and (max-width: 960px) {

	div#container {
		width: 90%;
		height: 50%;
		position: absolute;
		top: 10%;
		left: 50%;
		margin-left: -45%;
		margin-top: 0;
		text-align: center;
		vertical-align: bottom;
	}
	
	#teaser { width: 100%; }
	
	.message { display: block; width: 100%; }
	
	
	.socialbuttons {
		float: none;
		margin-left: 50px;
		width: 90%;
		height: 100px;
		bottom: 60px;
		text-align: center;
	}
	
}

@media screen and (max-width: 480px) {

	.message {
		margin-bottom: 20px;
	}
	
	.socialbuttons {
		width: 90%;
		float: none;
		left: 0;
		margin-left: 0;
		margin-top: 20px;
	}
	
	
}