@charset "utf-8";
/* CSS Document */
* { 
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#onlyAContainer {
	width: 640px;
	height: 480px;
	text-align: center;
	margin-top: -240px;
	margin-left: -320px;
	position: relative;
	top: 50%;
	left: 50%;
	background: url(images/cos_is_coming.jpg) no-repeat center center;
}

#twitter {
	width: 250px;
	height: 420px;
	float: left;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#twtr-widget-1 {
	margin-bottom: 20px;
}