@charset "UTF-8";
/* CSS Document */

/* RESET */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* END RESET */

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#EE1C25;
}

.hide {
	display:none;
}
div#wrapper {
	background:#FFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	background:url(../images/balcon.jpg) top center no-repeat;
	height: 554px;
	background-position: bottom;
	
	border-left: medium solid #FFF;
	border-right: medium solid #FFF;
}
#header h1 {
	background:url(../images/logo.jpg) top center no-repeat;
	background-position: center bottom;
	height: 173px;
}
div#main {
	padding: 20px 10px;
}
div#main p {
	padding-bottom:10px;
}

div#main ul.profiles {
	text-align:right;
	list-style: none;
	padding-bottom:50px;
}

div#main ul.profiles li{
	float: right;
	padding-left: 10px;
}

div#footer {
	border-top:medium solid #EE1C25
}
div#footer p{
	text-align:right;
	padding: 10px;
	
}

