html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	background-color:  #345FA3;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url('bg2.png');
	background-repeat: repeat-x;
}

.container {
	width: 850px;
	margin: 0 auto;
	background-color: #CBF2FF;
	/*background-image: url('bg.png');
	background-repeat: repeat-x;*/
	
}

.content {
	padding: 7px;
	width: 100%;
	background-image: url('tweeter.png');
	background-repeat: no-repeat;
	background-position:99% 0%;
	display: block;
	min-height:250px;
	height:auto !important;
	height:250px;
}

.footer {
	padding: 5px;
	height: 20px;
	width: 100%;
	padding-top: 10px;
}

.footer p {
	color: #3C74B5;
	font-size: 1em;
}

.footer a {
	color: #3C74B5;
}

h1 {
	font-size: 6em;
	font-weight: bold;
	color: #3888E1;
	margin-left: 5px;
	margin-bottom: 20px;
}

h1 a,
h1 a:hover,
h1 a:visited {
	color: #3888E1;
	text-decoration: none;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	color: #3888E1;
	margin-left: 5px;
	margin-bottom: 20px;
}

p,
label {
	font-size: 1.4em;
}

.twitters {
	width: 75%;
}

table th,
table tr {
	padding: 5px;
}

.twitters th,
.twitters tr {
	text-align: center;
	font-size: 1.4em;
}

table tr {
	border-bottom: 1px solid #c2c2c2;
}

table a,
table a:hover,
table a:visited {
	color: #3888E1;
	text-decoration: none;
}

.twitters td {
	padding-bottom: 1px;
}

input {
	margin-bottom: 5px;
}

.error {
	background-color: #FBE6F2;
	border: 1px solid #D893A1;
	margin: 10px 0px 5px;
	padding: 10px;
	width: 23%;
}

.others {
	font-size: 2em;
}

.others a,
.others a:hover,
.others a:visited {
	text-decoration: none;
	color: #3888E1;
}
