body {
background-image: url('../images/connect_bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size:1600px 1200px;
background-position: -150px  -250px;
}


#container {
padding: 0px;
width: 768px;
position: fixed;
top: 20px;
left: 310px;

}

#logo {
width:320px;
height:400px;
float: left;
}

#connectlogo {
width: 448px;
height: 170px;
float: right;
}

#content {
margin: 0px;
width: 448px;
height: 230px;
padding: 0px;
font-family: Tahoma;
color: white;
font-weight: bold;
float: right;
}

#animated {
width: 150px;
height: 70px;
margin-right: 70px;
background-image: url('../images/connect_animated.gif');
background-repeat: no-repeat;
float: right;
}

#footer {
width: 768px;
padding: 0px;
font-family: Tahoma;
font-size: 12px;
color: #cccccc;
font-weight: bold;
text-align: center;
float: left;
}

.status {
color: yellow;
}

.cl {
clear: both;
}

input {
	width: 325px;
	background: #f4f4f4;
	border: 2px solid #b2b2b2;
	color: #000;
	font: 25px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

input.button {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 25px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 1px;
	width: 125px;
	letter-spacing: 0px;
}
