/* Press Styles CSS Document for Peter Alexander USA */

.desktops {
	width: 732px;
	background: #c50b49 url(/USA/img/fanclub/wallpaper_pattern.gif) repeat;
	border: solid 1px #c50b49; /*bug fix?*/
	margin: 0;
}

.desktops h1 {
	padding: 0.8em 20px 0.2em 20px;
}

.desktops h2 {
	padding: 0.8em 20px 0.2em 20px;
}

.desktops p {
	color: white;
	margin: 0.8em 20px 0.2em 20px;
}

.desktops a {
	margin: 0.8em 20px 0.2em 20px;
}

.desktops .desktop {
	height: 100px;
	clear: both;
	padding: 0.2em 20px 0.2em 20px;
}

.desktops .desktop img {
	float: left;
	margin-right: 1em;
	border: solid 2px pink;
}

.desktops .desktop a {
	display: block;
}









