@charset "utf-8";
/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/sydney.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
}
h1{
	color:#000;
	word-wrap:break-word;
}
h2{
	color:#000;
	word-wrap:break-word;
}
#pos{
	position: relative;
	width: 90%;
	margin: 0px auto;
	min-width: 300px;
}
#pos_cont{
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
	background:rgba(255,255,255,.5);
}
.stddiv{
	width:100%; 
	position:relative; 
	float:left; 
	text-align:center;
}
@media only screen and (max-width: 1126px) {
		h1{font-size:1.4em}
		h2{font-size:1.2em}
		#wss{font-size:1.1em}
}
@media only screen and (max-width: 767px) {
	h1{font-size:1.2em}
	h2{font-size:1em}
	#pos{width:90%}
	#wss{font-size:.9em}
}
@media only screen and (max-width: 522px) {
	h1{font-size:.9em}
	h2{font-size:.9em}
	#pos{width:100%}
	#wss{font-size:.8em}
}