
	body {
		background-image: url(/images/application/bg_top.png);
		background-position: top;
		background-repeat: repeat-x;
		background-color: #000;
	}
	
	#wallpaper {
		background-image: url(/images/landing/bg_landing.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	#container {
		
	}
	
	p {
		color: #AAAAA2;
	}
	
	a:link {
		color: #999;
	}
	
	a:hover {
		color: #CCC;
	}
	
	a:visited {
		color: #AAAAA2;
	}

	
	acronym {
		border-bottom: 1px dotted #333;
	}
	
	h1 {
		color: #FFF;
	}
	
	h2 {
		color: #FFF;
	}

/* menu */

	#top-menu, #bottom-menu {
		background-color: #0E0E0E;	
	}

	.menu-item {
		color: #FFF;
	}
	
	.menu-item a:link {
		color: #A5352A;
		border: none;
	}
	
	.menu-item a:hover {
		color: #A5352A;
		border-bottom: 1px solid #A5352A;
	}
	
	.menu-item a:visited {
		color: #A5352A;
		border: none;
	}
	
	.menu-caption {
		color: #333;
	}


/* content */

	#header {

	}
	
	#content {
		background-color: #181818;
		border: 6px solid #0b0b0b;
	}


/* notice */
	
	#notice {
		color: #A5352A;
		border-top: 2px solid #A5352A;
		border-bottom: 2px solid #A5352A;

	}
	
	#notice.error {
		
	}
	
	#notice .error p {
		color: #A5352A;
	}
	
	#notice .error ul {
		
	}	
	
	#notice .error li {
		color: #333;
	}


/* miscellaneous */

	.rule {
		border-bottom: 1px solid #1e1e1e;
	}
	
	.iphone {
		background-image: url(/images/landing/iphone.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	
	.specials {
		border-bottom: 1px solid #1e1e1e;
	}
	
	.specials li {
		color: #AAAAA2;
		list-style-type: none;
	}
	
	#footer {
		background-image: url(/images/application/bg_footer.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#copyright p {
		color: #666;
	}
	
	#copyright a:link {
		color: #666;
		border-bottom: 1px dotted #333;
	}
	
	#copyright a:hover {
		color: #FFF;
	}
	
	#copyright a:visited{
		color: #666;
	}
	
	.slug a:link {
		border-bottom: 1px dotted #333;
		color: #333;	
	}
	
	.slug a:hover {
		border-bottom: 1px dotted #333;
		color: #666;	
	}
	
	.slug a:visited {
		color: #333;	
	}
	
	#header a:link {
		border: none;
	}
	
/* buttons */

	.button {
		border: none;
		background-color: #181818;
	}
	
	.signup-button {
		background-image: url(/images/application/buttons/signup.gif);
		height: 29px;
		width: 55px;
	}
	
/* forms */
	
	input {
		border: 1px solid #666;
		background-color: #333;
		color: #CCC;
	}	
	
	input:focus {
		border-bottom: 1px solid #A5352A;
		color: #FFF;
	}
	
	textarea {
		border: 1px solid #666;
		background-color: #333;
		color: #CCC;
	}					