@import url(https://fonts.googleapis.com/css?family=PT+Mono&subset=latin,latin-ext);

h3, p{
		font-family: PT Mono, Arial;
		color:#F5F06E;
		padding:0 20px 0 20px;
		margin:0;
}
h3{font-size:25px;}
p{font-size:16px;padding-top:10px;}

.wrapie{
	background-image:url(../img/logo/od-browser.jpg);
	background-repeat: no-repeat;
	width:783px;
	height:584px;
}
.position-test{
	position: fixed;
    top: 232px;
}
a#chrome{
	width:90px;
	height:90px;
	position:relative;
	background-image:url(../img/logo/chrome.png);
	background-repeat: no-repeat;
	display:block;
	float:left;
	left:30px;
	top:90px;
}
a#firefox{
	width:90px;
	height:90px;
	position:relative;
	background-image:url(../img/logo/firefox.png);
	background-repeat: no-repeat;
	display:block;
	float:right;
	right:56px;
	top:40px;
}