@font-face { 
	font-family: 'abc'; 
	src: url('GARA.TTF') 
	format('truetype'); 
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

p {
	text-align: center;
	margin: 20px;
}

hr.fade { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.title {
	font-family: abc;
	font-size: 3em;
}

div.container-wrapper {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.main {
display: inline-block;
	width: 700px;
}

a:link { font-family: abc; font-size: 2em; font-weight: normal; color:#e00000; }
a:visited { font-family: abc; font-size: 2em; font-weight:normal; color:#e00000; }
a:hover { font-family: abc; font-size: 2em; font-weight:normal; color:#800000; }
a:active { font-family: abc; font-size: 2em; font-weight:normal; color:#e00000; }
a:focus { font-family: abc; font-size: 2em; font-weight:normal; color:#e00000; }