html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@font-face
{
  font-family: ChineseRocks;
  src: url('../font/chinese_rocks.ttf');
}

body
{
  font-family: ChineseRocks;
}

#page1
{
  width: 100%;
  height: 100%;
  background: url("../images/wall2.jpg");
  background-size: cover;
  background-attachment: fixed;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
3
}

#page1 h1
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #C40000;
  font-weight: 300;
  font-size: 8vh;
  margin-top: 0;
  margin-bottom: 5vh;
  /*text-shadow: 2px 2px 4px #888;*/
  font-family: ChineseRocks;
}

p
{
  font-size: 3vh;
  /*text-shadow: 2px 2px 4px #888;*/
}


#filter-blur {

}

a
{
  text-decoration: none;
  color: #0066CC;
  font-size: 3vh;
}

a:hover
{
  text-decoration: underline;
}

#content
{
  width: 120vh;
  height: 100vh;
  position:absolute;
	top:50%;
	left:50%;
	margin-top:-40vh;
	margin-left:-60vh;
}

img
{
  height: 45%;
  width: 30%;
}

ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li
{
  float: left;
}

li a
{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
