/* twitwipe.css */

body {
	background: url('bubbles.png') repeat-x;
	background-color: #3A7F90;
}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 480px;
	height: 320px;
	float: left;
	cursor: pointer;
}

#logo h1 {
	display: none;
}

#logo p {
	margin-top: 7px;
	text-align: center;
}

#tagline {
	width: 480px;
	height: 320px;
	float: right;
	text-shadow: 2px 2px 2px #000;
}

#tagline p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin: 32px;
	margin-top: 60px;
	text-align: center;
	line-height: 1.25;
}

#adsense {
	margin-top: 16px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}

#adsense-box {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#ad-bottom {
	width: 728px;
	margin: 0 auto;
}

#faq1, #faq2  {
	wxidth: 480px;
	margin: 32px;
}

#faq1 p, #faq2 p, p.copyright {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#faq1 p.faq-question, #faq2 p.faq-question {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;

}

#faq1 p a, #faq2 p a, #footer p a {
	color: #ffffff;
}

.column1 {
	width: 480px;
	float: left;
}

.column2 {
	width: 480px;
	float: right;
}

#twitwipe {
	margin-left: 47px;
	margin-top: 30px;
	text-shadow: 2px 2px 2px #ccc;
}

#twitwipe #box-top, #twitwipe #box-bottom {
	width: 386px;
	height: 32px;
}

#twitwipe #box-top {
	background: url('box-top.png') no-repeat;
}

#twitwipe #box-bottom {
	background: url('box-bottom.png') no-repeat;
}

#twitwipe #box-mid {
	background: url('box-mid.png') repeat-y;
	padding-left: 32px;
	padding-right: 80px;
	height: 227px;
}

#twitwipe #box-mid p {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 32px;
	font-size: 12px;
}

#twitwipe #box-mid p.notice {
	font-size: 24px;
	font-weight: bold;
}

#mini-a {
	clear: both;
}

#mini-a p {
	margin-top: 32px;
	text-align: right;
}

#mini-a img {
	border: 0px;
}

#social1 {
	width: 55px;
	margin-right: 16px;
	float: left;
}

#social2 {
	float: left;
	width: 55px;
	float: left;
	margin-right: 10px;
}

#social3 {
	float: left;
	width: 55px;
	margin-right: 0px;
	/*test*/
}

#social4 {
	width: 160px;
	height: 65px;
	padding-top: 8px;
	float: left;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p.copyright {
	margin-top: 32px;
	text-align: center;
}

