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

/**** TAGS ****/
body {
	background: #add5e9 url(/img/home/bg.jpg) top center repeat-x;
	color: #fff;
}
h1 {
	color: #f4f3b1;
	margin: 0 auto;	
}	
h2 {
	color: #f4f3b1;
	margin: 0 auto;
	font-weight: bold;
}	
/**** LOGO ****/
#logo {
	width: 100%;
	text-align: center;
}
/**** CANVAS ****/
#canvas #content {
	background: #5dadd6;
	padding: 0 auto;
	margin: 0 auto;
}
#canvas #innercontent {
	margin: 0px 60px 40px 60px;
}
#canvas #left {	
	background: url(/img/home/left.png) no-repeat top left;		
}
#canvas #right {
	background: url(/img/home/right.png) no-repeat top right;
}	
.continue {
	background: url(/img/contact/continue.jpg) no-repeat;
	width: 69px;
	height: 21px;
	border: none;
	padding: 0 auto;	
	margin-top: 10px;	
	cursor: pointer;	
	display: block;
}
