<style type="text/css">
html { margin:0; padding:0; overflow-x:hidden; }
body { margin:0; padding:0; overflow-x:hidden; font:85% "Courier New", Courier, monospace; line-height:150%; }

a { text-decoration:none; color:Black; outline:0; }
a:hover { text-decoration:none; color:DarkGray; outline:0; }
a.two { text-decoration:none; color:White; outline:0; }
a.two:hover { text-decoration:none; color:White; outline:0; }

::selection { color:White; background:Black; }
::-moz-selection { color:White; background:Black; }
::-webkit-scrollbar { width:13px; }
::-webkit-scrollbar-track { background:White; border-top:26px solid Black; }
::-webkit-scrollbar-thumb { background:Black; min-height:26px; }

div { display:block; }
img { border:0; outline:0; }

#header { position:fixed; width:100%; height:26px; margin-top:0px; z-index:1; background-color:Black; }
#footer { clear:both; text-align:center; }

.itemname { color:White; background-color:Black; letter-spacing:1px; }
.item { width:100%; margin-bottom:30%; }
.item img { width:100%; margin-top:2%; margin-bottom:2%; display:block; }

/* S M A L L */
@media all and (max-width:750px)
{
#name { display:none; }
#name_small { position:absolute; margin-top:3px; left:7%; z-index:2; letter-spacing:1px; }
#thumbnails { position:fixed; margin-top:3px; right:1%; z-index:3; }
#xlarge_left { display:none; }
#xlarge_right { display:none; }
#large_left { display:none; }
#large_right { display:none; }
#medium { display:none; }
#small { float:left; width:86%; margin-left:7%; margin-right:7%; margin-top:70px; text-align:center; }
}

/* M E D I U M */
@media all and (min-width:751px) and (max-width:1400px)
{
#name { position:absolute; margin-top:3px; left:6%; z-index:2; letter-spacing:1px; }
#name_small { display:none; }
#thumbnails { position:fixed; margin-top:3px; right:6%; z-index:3; }
#xlarge_left { display:none; }
#xlarge_right { display:none; }
#large_left { display:none; }
#large_right { display:none; }
#medium { float:left; width:76%; margin-left:12%; margin-right:12%; margin-top:70px; }
#small { display:none; }
}

/* L A R G E */
@media all and (min-width:1401px) and (max-width:2100px)
{
#name { position:absolute; margin-top:3px; left:5%; z-index:2; letter-spacing:1px; }
#name_small { display:none; }
#thumbnails { position:fixed; margin-top:3px; right:5%; z-index:3; }
#xlarge_left { display:none; }
#xlarge_right { display:none; }
#large_left { float:left; width:26%; margin-left:5%; margin-top:70px; position:fixed; }
#large_right { float:left; width:58%; margin-left:37%; margin-right:5%; margin-top:70px; }
#medium { display:none; }
#small { display:none; }
}

/* X - L A R G E */
@media all and (min-width:2101px)
{
#name { position:absolute; margin-top:3px; left:11%; z-index:2; letter-spacing:1px; }
#name_small { display:none; }
#thumbnails { position:fixed; margin-top:3px; right:11%; z-index:3; }
#xlarge_left { float:left; width:22%; margin-left:11%; margin-top:70px; position:fixed; }
#xlarge_right { float:left; width:50%; margin-left:39%; margin-right:11%; margin-top:70px; }
#large_left { display:none; }
#large_right { display:none; }
#medium { display:none; }
#small { display:none; }
}

</style>