#external-body {
	width: 1250px;
	margin: 10px auto;
}
#container-body {
	margin: 0 auto;
	width: 90%;
}
div.sub-body-first, div.sub-body-center, div.sub-body-last  {
	float: left;
	margin: 15px 20px;
	text-align: justify;
}
div.sub-body-first {
	width: 300px;
}
div.sub-body-center {
	width: 450px;
}
div.sub-body-center-tweets {
	width: 780px;
	margin: 35px auto;
	float: right;
}
div.sub-body-last {
	width: 250px;
}

div.sub-body-center p.info-text {
	margin: 40px auto;
}
#logo, #login, #logout, .picture {
	width: 300px;
	margin: 20px auto;
	text-align:center;
}
#logo, .picture {
	height: 250px;
}
.picture {
	background: url(../images/logo.jpg);
}
#logo {
	background: url(../images/logo.jpg);
}
.banner-first, .banner-second {
	height: 550px;
	width: 100px;
	margin: 20px auto;
	background: #445232;
}
.banner-first {
	float: left;
}
.banner-second {
	float: right;
}

#tweet_further_conf, #tweet_conf {
	margin: 15px auto;
}

form#tweet_further_conf {
	margin-top: 40px;
}

#tweet_conf .radio {
	margin-left: 5px;
}

form#tweet_further_conf input.button{
	margin-top: 25px;
	margin-left: 145px;
}
