*{font-family:"Museo", sans-serif; font-weight: 300;}

body { background: url('../images/snow_bg.jpg'); }

#main { display: block; position: relative; width: 850px; height: 200px; padding: 35px 0 35px 75px; background-color: rgba(255,255,255,0.8); -webkit-box-shadow: 0px 5px 170px #000; -moz-box-shadow: 0px 5px 170px #000; box-shadow: 0px 5px 170px #000; margin-top:30%; }

#text { display: block; float: left; margin: 0; padding: 0; width: 565px; text-align: left; position: relative; }

#divider { display: block; float: left; padding: 0; width: 1px; height: 175px; font-size: 1px; line-height: 1px; }
#divider.right { margin: 20px 0 0 20px; border-right: 1px solid #999; background: #fff; }
#divider.left { margin: 20px 25px 0 25px; border-right: 1px solid #fff; background: #999; }

	#social { display: block; float: left; margin: 0; padding: 0; width: 120px; text-align: left; }
h1 { font-family:"Museo", sans-serif; font-weight: 500; display: block; width: 100%; margin-bottom: 5px; font-size: 35px; line-height: 25px; text-transform: uppercase; color: #111; }
h2 { display: block; font-size: 14px; line-height: 19px; color: #111; font-weight: 300; }
h2 a { color: #222; text-decoration: none; border-bottom: 1px solid #999; }
h2 a:hover { color: #555; border-bottom: 1px solid #333; text-decoration: none; }

/* ICONS */

ul { width: 120px; margin: 55px 0 0 0; padding: 0; list-style: none; }
ul li { display:block; float: left; width: 40px; height: 40px; margin: 0; padding: 0; font-size: 1px; line-height: 1px; }
ul li a { display:block; float: left; text-decoration: none; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; opacity: 0.50; filter: alpha(opacity=50); -webkit-transition: opacity ease-in-out 0.4s; -moz-transition: opacity ease-in-out 0.4s; -o-transition: opacity ease-in-out 0.4s; transition: opacity ease-in-out 0.4s; }
ul li a:hover { display:block; float: left; text-decoration: none; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; opacity: 0.80; filter: alpha(opacity=80); }

ul li a #twitter { width:32px; height: 32px; background: url(../images/icon.twitter.png) no-repeat top left; }
ul li a #facebook { width: 32px; height: 32px; background: url(../images/icon.facebook.png) no-repeat top left; }
ul li a #mail { width: 32px; height: 32px; background: url(../images/icon.mail.png) no-repeat top left; }
ul li a #linkedin { width: 32px; height: 32px; background: url(../images/icon.linkedin.png) no-repeat top left; }
ul li a #instagram { width: 32px; height: 32px; background: url(../images/icon.instagram.png) no-repeat top left; }
ul li a #drmax { width: 32px; height: 32px; background: url(../images/icon.drmax.png) no-repeat top left; }

br { display: block; font-size: 1px; line-height: 1px; clear: both; }
