/* Normalize */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a: active,
a: hover {
	outline: 0;
}

img {
	border: 0;
}

/* End Normalize */

body{
	background: url(../images/bg.png) no-repeat #000;
	background-size: 100%;
	color: #fff;
	font-family: Arial,Helvetica;
	font-size: 15px;
}

.container{
	margin: 20px;
}

#logo{
	float: right;
}
#logo img{
	width: 400px;
}

#text{
	float: left;
	width: 500px;
}

p{
	margin: 0 0 20px;
}

p,div,img{
	max-width: 100%;
}

a,a:visited{
	color: #ccc;
}

#photos{
	clear: both;
	margin: 0 auto;
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position: relative; list-style: none;padding: 0;margin: 0;overflow: hidden; display: none;}
li.bjqs-slide{position: absolute; display: none;}
ul.bjqs-controls{list-style: none;margin: 0;padding: 0;z-index: 9999;}
ul.bjqs-controls.v-centered li a{position: absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right: 0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left: 0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width: 100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display: inline;}
ol.bjqs-markers li a{display: inline-block;}
p.bjqs-caption{
	background: rgba(0,0,0,0.3);
	color: #dedede;
	display: block;
	width: 98%;
	margin: 0;
	padding: 1%;
	position: absolute;
	top: 0;
	text-align: right;
}