@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'QuicksandDash';
    src: url('Quicksand_Dash-webfont.eot');
    src: url('Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Dash-webfont.woff') format('woff'),
         url('Quicksand_Dash-webfont.ttf') format('truetype'),
         url('Quicksand_Dash-webfont.svg#QuicksandDash') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LearningCurveDashedProRegular';
    src: url('LearningCurveDashed_OT-webfont.eot');
    src: url('LearningCurveDashed_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('LearningCurveDashed_OT-webfont.woff') format('woff'),
         url('LearningCurveDashed_OT-webfont.ttf') format('truetype'),
         url('LearningCurveDashed_OT-webfont.svg#LearningCurveDashedProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { 
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-size:12px;
	margin: auto;
	background-color:#f8f0e5;
}

div#coral_box {width:800px;height:700px; position:absolute;left:50%;top:50%;margin-left:-400px;margin-top:-350px; border:solid 0px #0000FF; background-image:url(images/coral_turquoise_elements.png);font-family: 'Raleway Dots', cursive;}

h1#coral {font: 150px 'QuicksandDash', Arial, sans-serif; color:#FFFFFF; width:800px;height:150px;text-align:center;line-height:180px;position:absolute;left:50%;top:50%;margin-left:-400px;margin-top:-75px; border:#993399 solid 0px;}
	
div#info a{font: 60px 'LearningCurveDashedProRegular', Arial, sans-serif; color:#FFFFFF; width:800px;height:115px;text-align:center; line-height:115px; position:absolute;left:50%;top:0%;margin-left:-400px; margin-top:0px; border:#993300 solid 0px; text-decoration:none; font-weight:}

	
div#about {font: 60px 'LearningCurveDashedProRegular', Arial, sans-serif; color:#FFFFFF; width:800px;height:115px;text-align:center; line-height:115px; position:absolute;left:50%;bottom:0%;margin-left:-400px; margin-bottom:0px; border:#993300 solid 0px;}
