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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background:top center no-repeat #000000;	
	margin: 0;	
}

body.full{
	background-image: url(../img/gabioes-full-body.jpg);
	height:902px;
}

body.medium{
	background-image: url(../img/gabioes-body.jpg);
	height:618px;
}

body.small{
	background-image: url(../img/gabioes-body-small.jpg);
	height:618px;
}

div.small{top:30px;}
div.medium{top:63px;}

div#wrap{
	
}

div#content{
	background: url(../img/gabioes-content-bg.png) transparent no-repeat;
	width: 499px;
	height: 440px;
	margin: 0 auto 0 auto;
	padding:45px 0px 0px 0px;
	position: absolute;
	left:0;
	right:0;
}

div#content p{
	color:#ffffff;
	font-family: 'Segoe UI', sans-serif;
	font-size:18px;
	text-align: center;
	line-height: 28px;
	text-shadow:1px 1px 1px #000000;
}

body.full div#content{margin:0px;}

a{
	text-decoration: none;
	display: block;
	height: 100%;
}

/* colors */
.blue{color: #00aeef;}
.darkorange{color: #f26522;}
.yellow{color: #fff200;}
.brown{color: #c7b299;}
.lightorange{color: #f7941d;}
.green{color: #8dc63f;}	

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}