@font-face {
	font-family: 'BebasNeueRegular';
	src: url('font/BebasNeue-webfont.ttf');
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
h1
{
margin: 0px;
text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.72);
}

body{font: 60px Bebas Neue; background:black;}

#content {
width: 900px;
margin: 0px auto;
position: relative;
top: 50px;
z-index: 2;
padding: 15px;
line-height: 1.5em;
color: white;
font-family: sans-serif;
font-size: 20px;
/*background-color: rgba(255, 255, 255, 0.69);*/
text-shadow: 3px 3px 2px rgb(0, 0, 0);
min-height: 500px;
font-size: 30px;
font-weight: bold;
 
}

#content h1 {
    line-height: 1.3em;
}

#content a {
    color: red;
}

#content a:hover {
    color: pink;
}

#content_right
{
float:right;
}

#content_left
{
float:left;
}