@charset "UTF-8";
/* CSS Document */

A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	color: #FFFFFF;
	}
A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

body {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content {
	background-image:url(images/Bg.gif);
	background-position:bottom;
	height: 480px;
	width: 572px;
	padding:10px;
	border-left:solid;
	border-color:#000000;
	border-width:4px;
	float:left;
}

#footer {
	background-color:#000000;
	background-image:url(images/Twitter.gif);
	background-position: left;
	background-repeat: no-repeat;
	border:solid;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:solid;
	border-color:#000000;
	border-width:4px;
	margin: auto;
	height: auto;
	width: 665px;
	position: relative;
	padding: 10px;
	padding-left: 75px;
	
	-moz-border-radius-topleft: 0px;   -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright:0px;  -webkit-border-top-right-radius:0px;
    -moz-border-radius-bottomleft:25px;  -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright:25px;  -webkit-border-bottom-right-radius:25px;
}

#info-inside {
	width: 535px;
	position: relative;
	text-align: justify; 
	background: #000000;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#info-inside2 {
	width: 535px;
	text-align: justify; 
	background: #000000;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#info-inside-content {
	background: #000000;
	width: 600px;
}

#middle {
	margin:auto;
	height: 500px;
	width: 750px;
	border:solid;
	border-color:#000000;
	border-width:4px;
	position:relative;
}

#navbar {
	height: 500px;
	width: 150px;
	overflow:hidden;
	float:left;
	position:relative;
}

#snippet {
	background-color:#202020;
	width: 250px;
	height: auto;
	position: absolute;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#title {
	margin:auto;
	height: 200px;
	width: 750px;
	position: relative;
	border:solid;
	border-color:#000000;
	border-width:4px;
	overflow:hidden;
}

#topper {
	background-color:#000000;
	border:solid;
	border-left:solid;
	border-right:solid;
	border-top:none;
	border-bottom:solid;
	border-color:#000000;
	border-width:4px;
	margin: auto;
	height: 10px;
	width: 750px;
	position: relative;
	
	-moz-border-radius-topleft: 25px;   -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright:25px;  -webkit-border-top-right-radius:25px;
    -moz-border-radius-bottomleft:0px;  -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright:0px;  -webkit-border-bottom-right-radius:0px;

}

#twitter_update_list li {
	list-style-type: none;
}
