* {
  margin:   0;
  border:   0;
  padding:  0;
}

html {
  width:  		100%;
  height: 		auto;
}

body {
  background:		#85c5e9;
  width:            100%;
  height:           auto;
  font-family:      Verdana, Sans-Serif;
  font-size:      	11px;
  color:            #98999B;
}

a {
  color:            #fff;
  text-decoration:  none;
}

a:hover {
  text-decoration:  none;
}

p {
	text-align:	justify;
}

/* ----------------------------------------------------------- */

div#centered {
	background:		url('../img/bg.png') #85c5e9 repeat-x;
	height:			563px;
  	padding-top:	68px;
}

div#logo {
	/*background:		url('../img/main.jpg') no-repeat;*/
	padding:		0px;
	margin:			0 auto;
	width:			816px;
	height:			541px;
}


div#contener {
  overflow:		hidden;
  width:    	990px;
  height:   	auto;
  text-align:	right;
}

div#left_contener {
  display:  	inline;
  float:    	left;
  overflow:		hidden;
  width:    	465px;
  height:   	375px;
  padding:		0 15px;
  background:	url('../img/intro-ewaluacja.jpg') top right no-repeat;
}

div#right_contener {
  display:  	inline;
  float:    	right;
  width:    	465px;
  height:   	375px;
  padding:		0 15px;
  background:	url('../img/intro-first-steps.jpg') top left no-repeat;
}

div#left_contener p, div#right_contener p {
	margin:		10px 0;
	padding:	245px 0 0 0;
	color:		#fff;
}

div#left_contener a, div#right_contener a {
	display:	inline-block;
	padding:	4px;
	color:		#fff;
}

div#left_contener a {
	background-color:	#3e69ad;
}

div#right_contener a {
	background-color:	#fcdb1a;
}
