#background_image {
	position: fixed;
}
#wrap {
	position: absolute;
	z-index: 1;
}
.header {
	margin: 20px;
}
* {
    color: #fff;
}
.header h1 {
	background: #367ae1;
	font-family: Georgia;
	font-size: 36px;
	color: #fff;
	display: inline;
	font-weight: 100;
	font-style: italic;
	padding: 4px;
}
.header h1 a:link {
	color: #fff;
	text-decoration: none;
}
.header h1 a:hover {
	color: #fff;
	text-decoration: underline !important;
}
.header h1 a:visited {
	color: #fff;
	text-decoration: none;
}
.header h2 {
	background: #e136d7;
	font-family: Georgia;
	font-size: 30px;
	color: #fff;
	display: inline;
	font-weight: 100;
	font-style: italic;
	padding: 4px;
}
.content {
	margin-left: 20px;
	margin-top: 60px;
	width: 480px;
}
.content .amp {
	font-family: Baskerville;
	font-style: italic;
}
.content p {
	font-family: Georgia;
	font-size: 24px;
	font-weight: 100;
	padding: 4px;
	line-height: 34px;
	margin-bottom: 24px;
}
.content p a:link {
	background: #367ae1;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
.content p a:hover {
	background: #367ae1;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
.content p a:visited {
	background: #367ae1;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}

#contact {
	position: fixed;
	left: 20px;
	bottom: 0px;
	z-index: 2;
}
#contact p {
	font-family: Georgia;
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 24px;
}
#contact a:link {
	background: #e1364a;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
#contact p a:hover {
	background: #e1364a;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
#contact p a:visited {
	background: #e1364a;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}

/* Quotes */
#quotes {
	background: url(img/quotes_bg.png);
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 300px;
	display: none;
}
#quotes .quote_text {
	font-family: Georgia;
	font-size: 50px;
	color: #fff;
	background: #000;
	display: inline;
	font-weight: 100;
	padding: 8px;
	line-height: 80px;
}
#quotes .controls .random {
	font-family: Georgia;
	font-size: 18px;
	margin-top: 30px;
	top: 240px;
	right: 50%;
}
#quotes .controls .random:link {
	background: #367ae1;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
#quotes .controls {
	position: fixed;
	top: 270px;
	font-family: Georgia;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 4px 0px;
}
#quotes .controls .random:hover {
	background: #367ae1;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
#quotes .controls .random:visited {
	background: #367ae1;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
#quotes .close {
	font-family: Georgia;
	font-size: 18px;
	margin-top: 30px;
	top: 240px;
	right: 50%;
}
#quotes .close:link {
	background: #e1364a;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
#quotes .close:hover {
	background: #e1364a;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
#quotes .close:visited {
	background: #e1364a;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}

/* Chats */
#chat {
	background: url(img/quotes_bg.png);
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	
	display: none;
}
#chat .message_window {
	height: 86px;
	position: fixed;
	bottom: 10px;
	width: 100%;
}
#chat .message_window .box {
	margin: 20px;
	background: #000;
	height: 40px;
	padding: 10px;
}
#chat .message_window .box #sender_name a:link {
	background: #e1364a;
	color: #fff;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	float: left;
	padding: 11px;
}
#chat .message_window .box #message_textbox input {
	border: 0;
	background: #000;
	color: #fff;
	font-family: Georgia;
	font-size: 24px;
	resize: none;
	height: 40px;
	padding: 4px 0px 0px 10px;
	float: left;
	width: 80%;
	line-height: 26px;
	overflow: hidden;
}
#chat .message_window .box #send_button {
	float: right;
}
#chat .message_window .box #send_button a:link {
	background: #367ae1;
	color: #fff;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	float: left;
	padding: 11px;
}
#chat #close_chat {
	position: fixed;
	top: 20px;
	right: 10px;
	z-index: 5;
}
#chat #close_chat a:link {
	background: #e1364a;
	color: #fff;
	padding: 10px;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
#chat #close_chat a:hover {
	text-decoration: underline !important;
}
#chat #close_chat a:link {
	background: #e1364a;
	color: #fff;
	padding: 10px;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
#chat #online_users {
	margin: 0 20px 0 20px;
	position: fixed;
	bottom: 83px;
	width: 100%;
	display: none;
}
#chat #online_users p {
	color: #fff;
	font-family: Georgia;
	font-size: 15px;
	display: inline;
	padding: 3px;
}
#chat #online_users ul {
	display: inline;
}
#chat #online_users li {
	display: inline;
	background: #367ae1;
	color: #fff;
	font-family: Georgia;
	font-size: 15px;
	padding: 3px;
	font-style: italic;
	margin-right: 5px;
}
#chat #thechats {
	margin: 0px 20px;
	position: fixed;
	bottom: 100px;
	overflow: none;
	width: 100%;
}
#chat #show_chats {
	margin-right: 10px;
}
#chat .single_message {	
	width: 100%;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
#chat .single_message .the_username {
	float: left;
}
#chat .single_message .the_username p.purple {
	background: #7a36e1;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}
#chat .single_message .the_username p.pink {
	background: #e136d7;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}
#chat .single_message .the_username p.jarques {
	background: #367ae1;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}
#chat .single_message .the_message {
	float: left;
	padding: 7px;
	font-family: Georgia;
	font-size: 20px;
	background: #000;
	line-height: 22px;
}
.giveaway {
	color: #fff !important;
}

/* 3GS */
.iphone_3gs {
	margin-left: 20px;
	margin-top: 30px;
	width: 800px;
}
.iphone_3gs .amp {
	font-family: Baskerville;
	font-style: italic;
}
.iphone_3gs p {
	font-family: Georgia;
	font-size: 16px;
	font-weight: 100;
	padding: 5px;
	line-height: 28px;
	margin-bottom: 24px;
	
	color: #000;
	display: inline;
}
.iphone_3gs p a:link {
	background: #367ae1;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
.iphone_3gs p a:hover {
	background: #367ae1;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
.iphone_3gs p a:visited {
	background: #367ae1;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
.iphone_3gs .highlight {
	background: #16b5ff;
	color: #fff;
	padding: 4px;
	font-style: italic;
}
#photos img {
	border: 4px #000 solid;
	margin-right: 8px;
}
#photos img:hover {
	border: 4px solid #ff16b5;
}