/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent 
{
	height: 75%;
	position: relative;
	top: 40px;
}

.main
{
	height: 50%;
	width:	90%;
	position: relative;
	top: 40px;    
	left:	30px;
}

/* end hide */

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
	font-family:sans-serif;
	font-size:20;
}

a {	
	color:#cccccc;
}

.title, .back                                                                                                                                                                                                         
{
    position:           relative;
    top:                40px;                                                                                                                                                                                                              
    left:               40px;
    font-family:        monospace;
    text-align:         left;
    font-weight:	bold;
    color:              #909090;
}

.back
{
    text-decoration: none;
    font-size: 17;
}

.strangecube
{
    font-size:		11px;
}

.cubeblue
{
    color:	#4040ff;
}