/* DESKTOP STYLE */
body
{
	background-image: url("back.jpg");
	background-repeat: no-repeat;  
	background-attachment: fixed;			
	background-position: 0% 0%;
	background-size: cover;
}

#mainContainer
{
	width: 80em;
	margin: auto;
}

.sticker
{
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	background-color: rgba(255,255,255,0.9);
	border: solid;
	padding: 1em;
	overflow: hidden;
	margin: auto;
	text-align: center;
	margin-top: 0.6em;
}

#contentContainer
{
	width: 40em;
	float: left;
}

#sidebarContainer, #farRight
{
	width: 20em;
	float: left;
}

.subimage
{
	width: 16em;
	padding: 1em;
	margin: auto;
}
.articleImage
{
	width: 35em;
	height: 35em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;	
}