@font-face {
	font-family: "Montserrat";
	font-weight: 400; font-style: normal;
	src: url("font/Montserrat-Regular.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 600; font-style: normal;
    src: url("font/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 700; font-style: normal;
	src: url("font/Montserrat-Bold.woff") format("woff");
}
/* Montserrat font by Julieta Ulanovsky, SIL Open Font License, 1.1 */
/* License: http://scripts.sil.org/OFL */
/* Homepage: https://github.com/JulietaUla/Montserrat */

body {
	background:url("bgw2.jpg") no-repeat center top;
	font-family: 'Montserrat', Verdana, sans-serif;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
}

#main {
	width:550px;
	margin:370px auto 0;
	padding-right: 360px;
}

.bg {
	display: none;
	text-align: center;
}
.bg > img {
	width: 90%;
	height: auto;
}

.photo {
	text-align: center;
}
.photo > img {
	width: 90%;
	height: auto;
}


h1 {
	font-weight:700;
	margin: 20px 0 0;
	clear: left;
}
a {
	color:#333;
}
#timeandplace {
	color:#333;
	font-weight:600;
}

#ilnk {
	padding-right: 20px;
	text-align: right;
}

.winner {
	font-weight:600;
}

@media only screen and (max-width : 1000px) {
	body {
		background:none;
	}

	#main {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}


	.bg {
		display: block
	}

	.photo > img {
		width: 80%;
	}

	#ilnk {
		margin-top: 15px;
	}
}

@media only screen and (max-width : 530px) {
	body {
		font-size: 90%;
	}
}