/*---------------------------------------------------------------
- Name:					styles.css
- Last update:			28/08/13
- Website:				www.esclar.cat
- Author:				Vilacom
== FRAMEWORK ===================================================
- Width:				960px
- Cols:					3
- Body position:		Center
---------------------------------------------------------------*/

/* --- BEGIN GLOBAL --- */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:#FFF;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 960px;
}

a {
	color: #fcb900;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}
/* END GLOBAL */

/* --- BEGIN CONTENT --- */
#content {
	position: relative;
	margin-top: 25%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
/* END CONTENT */