@charset "utf-8";
/* CSS Document */

html {
	font-family:Verdana;
	font-size:10pt;
	}

* html body {
  height:100%;
	}

img {border:0;}

body {
	padding:0;
	margin:0 auto;
	width:100%;
	min-height:100%;
	position:relative;
	}

/* страничка */
#conteiner {
	padding:0;
	width:980px;
	margin:0px auto;
	position:relative;
	}
	
/* картинка PNG */
#png {
	position:absolute;
	width:325px;
	height:242px;
	top:0px;
	right:0px;
	}
	
/* Текст PNG */
#txt_png {
	position:absolute;
	width:375px;
	height:35px;
	top:165px;
	right:300px;
	}
