@charset "UTF-8";
/* CSS Document */

body {
background: #ffffff url(../image/line_bg.png) top center repeat-x;

}

.line {
	background: transparant url(image/line_bg.png) top center repeat-x;
	}

.pos_logo{
position: relative;
top: 10px;
border: 0;
width: 600px;
height: 133px;
}


.txt-container{
position: relative;
top: 90px;
border: 0;
width: 600 px;

}

.txt{
font-family: Verdana, Arial, Helvetica, sans-serif;
size: 12px;
color:#666666;
margin-left: 10px;
margin-right: 10px;
text-align: right;
}

.link{
font-family: Verdana, Arial, Helvetica, sans-serif;
size: 12px;
color:#000000;
}

.link:hover{
color:#FF0000;
text-decoration: underline;
}
