body { 
    margin: 0;
    padding: 0;
    background: url('images/indexBlank_01.jpg') repeat-x #F7F7F7;
}

#wrapper {
    margin: auto;
    position: relative;
    width: 1015px;
}

a:link {  
	color: #CCCCFF; text-decoration: none
}

a:visited {  
	color: #CCCCFF; text-decoration: none
}

a:hover {
	color: #FF9900; text-decoration: none
}