a img { border:none } /* Gets rid of IE's blue borders */
a:focus { outline: none; }
div#page-wrap{
    position:relative;
    width:800px;
    margin:0 auto 0 auto;
}
body{
/*	background-image: url('../images/stripes.jpg'); 
	background-repeat:repeat;
	background-color:black;
	background-position:center top;
*/
	font-family:Arial, Helvetica, sans-serif;
	color: #606060;
}

body h1{
	font-weight: bold;	
	color: #606060;
	font-size: 50px;
	margin-top: 0px;
}

body h2{
	font-weight: normal;	
	color: #606060;
	font-size: 25px;
	margin-top: 0px;
}

body h3{
	font-weight: normal;	
	font-size: 27px;
	margin-bottom: 10px;
}

body a{
	color: #FFFFFF;
	text-decoration: none;
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body a:hover{
	color: #fff;
}
body p{
	margin: 0px 0px 10px 0px;
}
h1#head{
	color:#silver;
	height:76px;
	margin:130px auto 0;
	position:relative;
	width:800px;
}
#head a{
	display:block;
	font-size:70px;
	font-weight:normal;
}
#head a span{
	color: #fff;
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#head a:hover span{
	color: #000000;
}

.box         
{ 
	background-color: #909090; 
	padding: 10px 15px 10px; 
	border: dashed 1px #ffffff; 
}


