body {
	background: #51A7F2 url('images/background-2.jpg') repeat-x 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:18px;
}

a {
	color: #000;
	font-weight: bold;
}

h1 {
	font-size:16px;	
	font-weight: bold;
}

img {
	border:0px;
}

code {
	font-family: Verdana, Geneva, sans-serif;	
}

#container {
	width: 800px;
	height: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #CCC;
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	border: 5px solid #FFF;
	background-position: center center;
	text-align: left;
}
#main {
	height:480px;
	position: relative;
}

#formulari {
	width: 450px;
	min-height: 160px;
	display: block;
	position: absolute;
	top: 100px;
	padding: 0px 10px;
	background-color: #FFF;	
}
input#url {
	font-family: Tahoma, Geneva, sans-serif;
	width: 400px;
	padding: 5px;
	border: 0px;
	background-color: #ccc;
}

input#submit {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #999;
}

#longitud {
	color: #999;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 33px;
}

#footer {
	height:20px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background-color: #FFF;
	font-size: 10px;
}

#bg-top {
	width:455px;
	height:15px;
	left:0px;
	top:-15px;
	position:absolute;
	background-color: #FFF;	
}
#bg-top-right{
	width:15px;
	height:15px;
	right:0px;
	top:-15px;
	position:absolute;
	background:url("images/bg-top-right.png") right top no-repeat;
}
#bg-bottom {
	width:455px;
	height:15px;
	left:0px;
	bottom:-15px;
	position:absolute;
	background-color: #FFF;	
}
#bg-bottom-right{
	width:15px;
	height:15px;
	right:0px;
	bottom:-15px;
	position:absolute;
	background:url("images/bg-bottom-right.png") right top no-repeat;
}

.left {
	float: left; 
}
.right {
	float:right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

#comparteix a {
	font-weight: normal;	
}
