@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'opensans';
 	src: url('OpenSans-Light.ttf');
}

body {
	background-color:#000;
}

#content {
	width: 100%;
	height: auto;
	background-color:#000;
	margin:auto;
	color:#fff;
}

.center {
	text-align:center;
}

hr {
	width:50px;
	color:#fff;
}

h1 {
	font-family:opensans;
	font-size:21px;
}

h2 {
	font-family:opensans;
}

h3 {
	font-family:opensans;
}

p {
	font-family:opensans;
}

img {
	margin:100px 0 100px 0;
	width: 100%;
	height: auto;
}

#stylephil {
	margin:200px 0 0 100px;
}

#facility {
	margin:70px 100px 200px 0;
	text-align:right;
}