/*resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*mine*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background:url(../images/bg.png) top center no-repeat #272727;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.main{
	width:780px;
	margin:0 auto;
}
.main>div{
	padding:140px 0 0 280px;
	float:left;
	width:410px;
	font-family: 'BebasNeueRegular';
	text-align:center;
}
h1{
	font-size:48px;
	text-shadow: 2px 2px 0px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	border-bottom:double #FFF;
	display:inline;
}
p{
	padding-top:40px;
	color:#a2a2a2;
	text-shadow: 0px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
	font-size:30px;
	text-align:center;
}
h3{
	font-size:24px;
	text-align:center;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	margin-top:50px;
}
.projects a{
	border:none;
	text-indent:-7000px;
	display:inline-block;
	margin:0 10px;
}
.projects{
	margin:15px 0 0 0;
}
.omc{
	width:79px;
	height:103px;
	background:url(../images/1mc.png) top left no-repeat;
}
.bgd{
	width:102px;
	height:103px;
	background:url(../images/bgd.png) top left no-repeat;
}
.main>span{
	display:block;
	width:90px;
	padding:140px 0 0 0;
	color:#a2a2a2;
	font-size:10px;
	text-transform:lowercase;
	float:left;
}
.main>span>a{
	text-indent:-7000px;
	display:block;
	width:32px;
	height:32px;
	margin:5px 0 5px 3px;
	border:none;
}
a.twitter{
	background:url(../images/twitter.png) top center no-repeat;
}
a.email{
	background:url(../images/email.png) top center no-repeat;
}

