* html body {
	height: 100%;
}

html {
    height: 100%;
	background-color: #ffffff;
	/*background-image: url('/img/bg/main.png');*/
	/*background-position: center top;*/
    background-repeat: repeat-x;
    
}

body {
    
    /*background-image: url('/img/bg/1.png'); 
	background-position: center top;
    background-repeat: no-repeat;*/
    
	/*width: 1008px;*/

	margin:0;

	min-height:100%;
    position: relative;
    padding: 0;
    width: 100%;
    
    font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
	
	color: #000000;
	font-family: Arial, serif;
	font-size: 14px;
	
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #287bc1;
	text-decoration: underline;
}

a:active { 
	outline: none; 
}

a:focus {
	-moz-outline-style: none;
}

a:active, a:focus {
	outline: 0;
}

table{
	border-collapse: collapse;
    border-spacing: 0;
    border: 0;
} 	

td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}


h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	line-height: 29px;
}

ul {
	margin:0; 
	padding:0; 
}
li {
	margin:0; 
	padding:0; 
	list-style: none;
}

div.separator {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


h1 {
	font-size: 30px;
	font-weight: bold;
}

textarea {
	resize: none;
}

.round, .round a[class^="pirobox"], .round span[class^="pirobox"], .round a[class^="subround"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/css/PIE.htc');
}

.round-bottom {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	behavior: url('/css/PIE.htc');
}

.round a[class^="pirobox"], .round span[class^="pirobox"], .round a[class^="subround"] {
	zoom: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.round a[class^="pirobox"] img, .round span[class^="pirobox"] img{
	display: block;
    visibility: hidden;
}
.round a[class^="subround"] img{
    border-radius: 10px 10px 0 0;
}