body{
	background-color: #e1e1e1;
}
.header{
	width:100%;
	background-color: #1f1f1f;
}
.toptext{
	width:100%;
	background-color:#1f1f1f;
}
.toptext a{
	text-align: center;
	font-size: 36px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: tahoma;
}
.toptext a:hover{
	text-align: center;
	text-decoration: underline;
}
.bottomtext{
	width:100%;
	background-color:#1f1f1f;
}
.bottomtext a{
	text-align: center;
	font-size: 36px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: tahoma;
}
.bottomtext a:hover{
	text-align: center;
	text-decoration: underline;
}
.sites{
	width:280px;
}
.sites a{
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: tahoma;
	line-height: 32px;
}
.sites a:hover{
	font-weight: bold;
}
.network_text{
	width:1000px;
}
.network_text a{
	text-align: center;
	font-size: 36px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: tahoma;
	line-height: 10px;
}
.smallthumb{
	width: 180px;
	height: 240px;
	padding: 2px;
}
.bigthumb{
	height:488px;
	width: 619px;
	padding: 2px;
}
.footer{
	width:100%;
	background-color: #1f1f1f;
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
.header{
	width:105%;
	background-color: #1f1f1f;
}
.toptext{
	width:105%;
	background-color:#1f1f1f;
}
.bottomtext{
	width:105%;
	background-color:#1f1f1f;
}
.footer{
	width:100%;
	background-color: #1f1f1f;
}
}
