body {
	background-color:#1c5b86;
}

/* HEADER */
div#header {
    background-image: url(../images/top_bg.png);
	background-repeat:repeat-x;
	background-color:#1c5b86;
	height:100px;
    min-width:950px;
}

#header .container {
	 padding-top:6px;
}

/* FOOTER */
#footer {
	position:absolute;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#d6dbe0;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	text-align:center;
	padding-bototm:10px;
}

#footer a {
	color:#a4bfdb;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* REGULAR STUFF */
#urlField {
	background-image:url(../images/field_bg_left.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	width:770px;
	height:55px;
	float:left;
}

#urlField input {
	background:#ffffff url(../images/inputBg.gif) top left no-repeat;
	border:1px solid #999999;
	width:100%;
	height:40px;
	font-size:22px;
	padding:5px;
}

#urlButton {
	background-image:url(../images/field_bg_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:15px;
	width:150px;
	height:55px;
	float:right;
}

#urlButton input {
	width:135px;
	height:40px;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

#content .container {
	padding-top:15px;
	padding-bottom:30px;
}

#shortenedURL {
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:15px;
}