		.page
		{
			position: absolute;
			width: 100%;
			top: 0px;
		}

		.page_content
		{
			position: relative;
			width: 960px;
			height: 1000px;
			top: 0px;
			margin: 0 auto;
		}

		body
		{
			background-image:url(assets/background.png);
			background-color:#ffffff;
		}

		#carpediemlogo
		{
			position: relative;
			top: 5px;
		}

		#quotebackground
		{
			position: relative;
			top: 50px;

		}

		#quoteouterdiv
		{
			position: relative;
			top: -450px;
			bottom: 0px;
			height: 400px;
			width: 480px;
		}

		#quote
		{
			font-family: georgia;
			font-size: 20pt;
			color: #006f90;
			height: auto;
			line-height: 200%;
			width: 100%;
  			margin: auto;
  			position: absolute;
  			top: 50%;
  			left: 50%;
  			-webkit-transform: translate(-50%,-50%);
      			-ms-transform: translate(-50%,-50%);
          			transform: translate(-50%,-50%);
		}

		#appstorelink
		{
			position: relative;
			background-image:url(assets/app-store.png);
			width: 26px;
			height: 42px;
			top: -285px;
			left: 50px;
			opacity:0.7;
			filter:alpha(opacity=70);
		}

		#appstorelink:hover
		{
			opacity:1;
			filter:alpha(opacity=100);
		}


		#cerebralgardenslink
		{
			position: relative;
			background-image:url(assets/cerebral.png);
			width: 68px;
			height: 42px;
			top: -329px;
			right: 50px;
			opacity:0.7;
			filter:alpha(opacity=70);
		}

		#cerebralgardenslink:hover
		{
			opacity:1;
			filter:alpha(opacity=100);
		}

		#copyright
		{
			position: relative;
			top: -310px;
			font-family: "Georgia";
			font-size: 10pt;
			color: #72ccd6;
		}
