@charset "UTF-8";

:link,:visited {text-decoration: none}
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0}
a img,:link img,:visited img, img, input, div, a{border: none; outline: none}
address {font-style: normal}
body, input, select {font-family: Arial, Helvetica, sans-serif}

/*================================================================================
  BODY AND HTML
  ==============================================================================*/

html, body {margin: 0; padding: 0; width: 100%; min-height: 100%}
body {
	position: relative; 
	text-align: center;

}
.active{
text-decoration: underline;
  color: white;
}
#header { height: 45px;  background: #0064B1;}
#header a {
	float: right; 
	display: inline-block; 
  line-height: 42px;
	font-weight: bold; 
	width: 20%; 
	color: black; 
	
	font-size: 15px;
	text-align: center;
color: white;
 background: #0064B1; 
}
#header .logo{
  margin-left: 5px;
  margin-right: 5px;
  float: right;
  margin-top: 2.5px;
}

#header .pts{
  width: 8px;
  height: 30px;
  margin-right: 5px;
  float: right;
  margin-top: 7.5px;
}


#bodysz{position:relative; background: #fff; 
		width:100%;
		height:300px;
		margin-top:15px}


#bodysz h1 span {
  font: 26px Monaco, MonoSpace;
  height: 200px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  transform-origin: left center;
}



#bg2 {width: 200px; margin-top: -200px; position: relative}






