/*
CSS Credit: http://www.hli4s.net/
*/

body {
width : 550px;
margin : 30px auto;
color: #cbcbcb;
background-color : #0d0d0d;
border : 12px solid #2e2e2e;
position : relative;
}

a:link {
color : #8b8b8b;
text-decoration : none;
}
a:visited {
color : #8b8b8b;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #cbcbcb;
}
a:active {
text-decoration : none;
color : #cbcbcb;
}

div.iframe{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}


