* {
  margin:   0;
  border:   0;
  padding:  0;
}

html {
  width:  		100%;
  height: 		auto;
}

body {
  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#bg_blue_layer, div#bg_yellow_layer {
  position:	absolute;
  top:      143px;
  z-index:  0;
  width:    50%;
  height:   391px;
}

div#bg_blue_layer {
  left:       0;
  background: url('../img/blue-bg.png') 0 0 repeat-x;
}

div#bg_yellow_layer {
  right:      0;
  background: url('../img/yellow-bg.png') 0 0 repeat-x;
}

div#centered {
	position:			relative;
  z-index:  		1;
  margin:   		0 auto;
  width:    		990px;
  height:   		auto;
  padding-top:	152px; /*143*/
}

div#logo {
	position:	absolute;
	top:		  16px;
	left:		  19px;
	width:		125px;
	height:		116px;
}

div#contener {
  position:		relative;
  overflow:		hidden;
  width:    	990px;
  height:   	auto;
  text-align:	right;
}

div#contener img {
	position:	absolute;
	top:		16px;
	left:		14px;
}

div#left_contener {
  display:  	inline;
  float:    	left;
  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;
}


div#footer {
  overflow:     hidden;
  width:      	980px;
  height:				60px;
	padding:			40px 5px 0 5px;
}

div#footer a.copyright {
	display:			inline;
	float:				left;
	font-style:		italic;
	font-weight:	normal;
	color:				#979797;
}

div#footer-menu {
	display:	inline;
	float:		right;
	color:		#D5D5D5;
}

div#footer-menu a {
  color:			#979797;
  padding:		0 7px;
  font-size:	11px;
}

div#footer-menu a:hover, div#footer-menu a.selected {
  color:	#D71C23;
}

div#footer a.created {
  color:	#979797;
}

div#footer a.created:hover {
  color:	#D71C23;
}
