@import url('reset.css');

/* General Demo Style */
html{
	height:100%;
	width:100%
}
body{
	font-family: 'Strait', sans-serif;
	background:url(../images/1394.png);
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color:#CCC;
}

.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
