
body {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:14px;
	color:#FFF;
	background-color:#c1c9d2;
	background-image:url('../images/gradient.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
}

a {
	outline:none;
}

a img {
	border:0px;
}

#footer {
	left:0px;
	background-color:#ed1c24;
	height:160px;
	width:900px;
}

#footer img {
	padding:0px;
	border:0px;
	margin:0px;
}

#content {
	background-image:url('../images/bottom.jpg');
	background-position:bottom center;
	background-repeat:repeat-x;
}

#twitt {
	position:absolute;
	left:50%;
	width:200px;
	margin-left:220px;
	margin-top:210px;
	overflow:hidden;
	font-size:13px;
	height:auto;
	background-color:#ff868b;
	z-index:12;
}

#twitter {
	margin:30px;
}

.twitterDate {
	font-size:9px;
}
.twitterFollow a{
	font-size:11px;
	color:white;
	text-decoration:none;
}
.twitterFollow a:hover{text-decoration:underline;}

.photo {
	text-align:center;
}

.photo img {
	border:1px solid white;
}

.photo-caption {
	margin:15px;
	text-align:center;
}

#portfolio img {
	width:100px;
	height:100px;
	border:1px solid #CCC;
}

#portfolio img:hover {
	border:1px solid white;
}

