body,
html {
        margin:5px 50px;
        padding:0;
        color:#FFF;
        font-size:14px;
        font-weight:bold;
        font-variant:small-caps;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        background:#000;
}
#wrap {
        width:700px;
        margin:0px 0px;
        background:#000;
}
#header {
	width:700px;
	height:120px;
        padding:0px;
	background:none;
}
#navbar {
	width:700px;
	height:40px;
        padding: 0px;
	background:none;
}
#about {
	float:left;
	width:300px;
        margin:0px 50px;
	background:none;
}
#aboutphoto {
	float:left;
	width:250px;
        margin:50px 0px;
	background:none;
}
#video {
	width:665px;
	height:450px;
        margin:0px 15px;
	background:none;
	}
#news {
	float:left;
	width:600px;
        margin:50px 50px;
	background:none;
}
#menu {
    	width:700px;
	height:450px;
	background:none;
}
#footer {
	width:700px;
	height:150px;
	background:none;
        clear:both;
}
#link-musicentertainment {
        display: block;
        width: 675px;
        height: 100px;
        background: url("images/music-entertainment.jpg") no-repeat 0 0;
}
#link-musicentertainment:hover {
        background-position: 0 -100px;
}
#link-weddings {
        display: block;
        width: 675px;
        height: 100px;
        background: url("images/weddings.jpg") no-repeat 0 0;
}
#link-weddings:hover {
        background-position: 0 -100px;
}
#link-corporate {
        display: block;
        width: 675px;
        height: 100px;
        background: url("images/corporate.jpg") no-repeat 0 0;
}
#link-corporate:hover {
        background-position: 0 -100px;
}
#link-facebook {
        display: block;
        width: 700px;
        height: 100px;
        background: url("images/facebook.jpg") no-repeat 0 0;
}
#link-facebook:hover {
        background-position: 0 -100px;
}


