html {
     overflow-y: scroll;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
}

a img {
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 18pt;
	line-height: 2.0em;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10pt;
}

img {
	border-width: 0px;
}

a {
	text-decoration: none;
	outline: none;
}

p {
	margin: 22px 0px;	
}

#header {
	height: 33px;
}

#page {
	width: 923px;
	margin: 0 auto;
}

#content {
	display: table;
	margin: 45px auto;
}

#footer {
	height:90px;
	display:table;
	margin:10px auto;
}

#header, #footer {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.default_text {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

/* HEADER ELEMENTS */

.header_element {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

#header_logo {
	margin-top: 10px;
}

#header_element_twitter {
	background-position: 0px 7px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 8px;
}

#header_element_facebook {
	padding-left: 21px;
}

#header_element_rss {
	padding-left: 19px;
}

/* CONTENT */

.content_element {
	position: relative;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: rgb(190,190,190);
	float: left;
	text-align: center;
	width: 270px;
	height: 516px;
	margin: 0px 10px;
	background-color: rgb(55,53,52);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content_app_icon {
 	margin-top:54px;
 	margin-bottom:41px;
}

.content_description {
	margin: 0 auto;
	height: 150px;
	width: 210px;
}

.horizontal_line {
	border-top-width: 2px;
	border-top-style: dotted;
}

.hidepics {
	width:0px;
	height:0px;
	display:none;
}

