﻿#main {
	margin:0 auto 0 auto;
	width:900px;
	height:2000px;
	position: relative;
	background-image:url('images/neon900.jpg');
	background-repeat:repeat-y
	}
	
body {
	 background-color:#545454;
	 margin-top:0;
}

.lrgimg {
	width:800px;
	border:0;
	margin-left:50px;
}

.mainimg {
	width: 600px;
	margin-right:150px;
	margin-left:150px;
	border:0;
}

.letters {
	font-size:30px;
	font-weight:bold;
	color:#ce2419;
}

@font-face {
	font-family: "Garamond";
    src: url('images/fonts/GARA.eot');
	src: local('?'), url('images/fonts/GARA.TTF') format('opentype');
}
@font-face {
	font-family: "Brush Script MT";
    src: url('images/fonts/BRUSHSCI.eot');
	src: local('?'), url('images/fonts/BRUSHSCI.TTF') format('opentype');
}
@font-face {
    font-family: "Arial Black";
    src: url('images/fonts/ariblk-webfont.eot');
    src: local('?'), url('images/fonts/ariblk-webfont.ttf') format('opentype'),
}

.garxlargeblack {
	text-align: center;
	font-family: Garamond;
	font-size: x-large;
}
.garxlargepink {
	text-align: center;
	font-family: Garamond;
	font-size: x-large;
	color: #FF00FF;
}
.garmedium {
	text-align: left;
	font-family: Garamond;
	font-size: medium;
}
.brushxxlarge {
	font-family: "Brush Script MT";
	font-size: xx-large;
}
#prev {
	position:absolute;
	left:60px;
	top:343px;
}

#next {
	position:absolute;
	left:770px;
	top:343px;
}

#prev_letter {
	position:absolute;
	left:80px;
	top:383px;
}

#next_letter {
	position:absolute;
	left:790px;
	top:383px;
}

.arrows {
	border:0;
}
