/* CSS Document */

html, ul, li, div, p, {
	margin: 0px;
	padding: 0px;
	}

#wrapper {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin: 5px auto auto;
	height: 470px;
	background: #006874;
	}

.nodisplay
	{display:none;}

/* Image Rollovers */

a.designrollover
	{display: block;
     width: 376px;
     height: 95px;
     background: url("../images/buttondesign.png") 0 0 no-repeat;
     text-decoration: none;}
a:hover.designrollover
	{background-position: 0 -95px;}

a.websiterollover
	{display: block;
     width: 211px;
     height: 95px;
     background: url("../images/buttonwebsite.png") 0 0 no-repeat;
     text-decoration: none;}
a:hover.websiterollover
	{background-position: 0 -95px;}

a.hostingrollover
	{display: block;
     width: 213px;
     height: 95px;
     background: url("../images/buttonhosting.png") 0 0 no-repeat;
     text-decoration: none;}
a:hover.hostingrollover
	{background-position: 0 -95px;}
