@charset "UTF-8";
/* CSS Document */

/*
----------------   BODY   -----------------------
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	width: 1024px;
	overflow: hidden;
	}

/*
----------------   PURCHASE OBJECTS   -----------------------
*/

div#buffer {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	position: absolute;
	opacity: 0;
	padding: 24px;
	}

div#defaultNewsColumn {
	position: absolute;
	width: 324px;
	top: 610px;
	}

div#defaultImg {
	position: absolute;
	width: 647px;
	height: 647px;
	top: 24px;
	left: 353px;
	}

div#imgLow {
	position: absolute;
	width: 647px;
	height: 647px;
	top: 24px;
	left: 353px;
	}
	
div#columnDivider {
	position: relative;
	width: 324px;
	height: 1px;
	background-color: #333;
	}


/*
----------------   FONT DEFINITIONS   -----------------------
*/
	
div#defaultNewsColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 16px;
	text-align: justify;
	color: #666;
	}

div#defaultNewsColumn a {
	text-decoration: none;
	color: #CCC;
	}
div#defaultNewsColumn a:hover { color: #FFF; }

div#defaultNewsColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #CCC;
	text-align: justify;
	}

div#textTitle {
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #666;
	text-align: right;
	}
