/* LINKS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/graphics/main_background.jpg);
	background-position: center;
}
A:link {
	text-decoration: none;
	color: #990000;
}
A:visited {
	text-decoration: none;
	color: #990000;
}
A:active {
	text-decoration: none;
	color: #990000;
}
A:hover {
	text-decoration: underline;
	color: #990000;

}
/* TEXT */ 

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}
.text_red {
	font-size: 18px;
	color: #CC0000;
	fot-family: Arial, Helvetica, sans-serif;
}
/* HR */ 

hr {
	width: 98%;
	background: transparent;
	color: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dotted #CCCCCC;
}
/* SCROLL */ 

div.scroll  {
	position: relative;
	height: 320px;
	width: 500px;
	overflow: auto;
	border: 0px;
	background-color: #FFFFFF;
	padding: 8px;
	z-index: 10; 
}
/* POSITIONS */ 

#div_iphone {
	position:absolute;
	left: 50%;
	top: 230px;
	height: auto;
	width:466px;
	z-index:1; 
	overflow:hidden;
}

#quicklist {
	margin-top: 11px;
}

#div_itunes {
	position:absolute;
	z-index:-1;
}

#div_content {
	z-index:10;
}
