/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

body {
	margin: 0;
}
#frame {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	width: 650px;
	height: 550px;
	border: 0;
}

/* Header */

#header {
	height: 71px;
}

/* Content */

#content {
	height: 479px;
}
#content h1 {
	font-family: "Impact", "Arial Narrow", "Helvetica Narrow", "Helvetica Black", "Bitstream Vera Sans Mono";
	font-size: 19pt;
}
#content .foot {
	clear: both;
	background-image: url(../images/background_line.png);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 3px;
}
#content .website {
	float: right;
	margin-top: 5px;
	font-size: 8pt;
}
#content .website a {
	color: rgb(82,82,34);
}
#content .website a:hover {
	text-decoration: underline;
}

