body, html {

}

body { background-color: #141415; }

#bgimg {

position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	transform: translate(-50%, -50%);
    text-align: center;
	

}

a:link {color: #FFF;text-decoration: none;}
a:visited {text-decoration: none;color: #FFF;}
a:hover {text-decoration: none;color: #FF0;}
a:active {text-decoration: none;color: #FFF;}

.image {
	background-image:url("PTA.png");
	width:323px;
	height:488px;
    position: relative;
	margin:0 auto;
}

.text {
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	padding-top:130px;
	line-height:22px;
}