body{
	margin:0px;
}

img{
	margin-left:auto;
	margin-right:auto;
}

p{
	margin:0px;
}

div.textbox1{
	font-family:LeagueGothic;
	
	padding:100px;
}

div.text1{
	font-size:60pt;
	color:#BBBBBB;
}

div.text2{
	font-size:90pt;
	color:#888888;
	
	position:relative;
	top:-15px;
}

div.text3{
	font-size:60pt;
	color:#BBBBBB;
	
	position:relative;
	top:-40px;
}

div.text4{
	font-size:50pt;
	color:#BBBBBB;
	
	position:absolute;
	
	padding-right:100px;
}

div.text5{
	font-size:50pt;
	color:#BBBBBB;
	text-align:right;
}

div.showcase{
	background:url('img/bgtransparent.png');
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
	
	color:#EEEEEE;
	font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-size:12pt;
}

div.page1{
	background:url('img/paper.png');
	
	width:100%;
	height:100%;
	
	position:absolute;
}

div.page2{
	background:url('img/shadow.png'),url('img/bg2.jpg');
	background-repeat:repeat-y,repeat-y;
	background-size:auto,100%;
	
	position:absolute;
	left:100%;
	top:0px;
	
	width:100%;
	height:100%;
}

div.page3{
	background:url('img/shadow.png'),url('img/bg3.jpg');
	background-repeat:repeat-y,repeat-y;
	background-size:auto,100%;
	
	position:absolute;
	left:200%;
	top:0px;
	
	width:100%;
	height:100%;
}

div.page4{
	background:url('img/shadow.png'),url('img/bg4.jpg');
	background-repeat:repeat-y,repeat-y;
	background-size:auto,100%;
	
	position:absolute;
	left:300%;
	top:0px;
	
	width:100%;
	height:100%;
}

div.page5{
	background:url('img/shadow.png'),url('img/bg5.jpg');
	background-repeat:repeat-y,repeat-y;
	background-size:auto,100%;
	
	position:absolute;
	left:400%;
	top:0px;
	
	width:100%;
	height:100%;
}

div.page6{
	background:url('img/shadow.png'),url('img/paper.png');
	background-repeat:repeat-y,repeat;
	
	width:100%;
	height:100%;
	
	position:absolute;
	left:500%;
	top:0px;
}

a:link {color:#FFFFFF;text-decoration:none;background-color:#BBBBBB;}
a:visited {color:#FFFFFF;text-decoration:none;background-color:#BBBBBB;}
a:hover {color:#FFFFFF;text-decoration:none;background-color:#888888;}
a:active {color:#FFFFFF;text-decoration:none;background-color:#BBBBBB;}

@font-face
{
font-family: LeagueGothic;
src: url('League Gothic.otf') format("opentype");
}

@font-face{ 
	font-family: 'LeagueGothic';
	src: url('league_gothic.otf');
	src: url('league_gothic.eot?#iefix') format('embedded-opentype'),
	     url('league_gothic.woff') format('woff'),
	     url('league_gothic.ttf') format('truetype'),
	     url('league_gothic.svg#webfont') format('svg');
}

